commands

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2025 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

func NewGetCmd

func NewGetCmd(c client.Client) *cobra.Command

func NewLoginCmd

func NewLoginCmd() *cobra.Command

func NewMCPCmd added in v1.8.0

func NewMCPCmd(c client.Client) *cobra.Command

NewMCPCmd creates the MCP command group

func NewMCPServeCmd added in v1.8.0

func NewMCPServeCmd(c client.Client) *cobra.Command

NewMCPServeCmd creates the MCP serve command

func NewModeCmd added in v1.8.0

func NewModeCmd() *cobra.Command

func NewSetCmd

func NewSetCmd() *cobra.Command

func NewSetOrgCmd

func NewSetOrgCmd() *cobra.Command

func NewSetTokenCmd

func NewSetTokenCmd() *cobra.Command

func NewUpdateCmd added in v1.8.0

func NewUpdateCmd() *cobra.Command

func SetToken

func SetToken(token string, profile string) error

Types

type GitHubRelease added in v1.8.0

type GitHubRelease struct {
	TagName    string `json:"tag_name"`
	Name       string `json:"name"`
	Body       string `json:"body"`
	Prerelease bool   `json:"prerelease"`
	Assets     []struct {
		Name               string `json:"name"`
		BrowserDownloadURL string `json:"browser_download_url"`
	} `json:"assets"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL