Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + func Execute(ctx context.Context, args []string, stdin io.Reader, stdout, stderr io.Writer) (err error) + func ExitCode(err error) int + func VersionString() string + type CLI struct + Completion CompletionCmd + Doctor DoctorCmd + Inspect InspectCmd + Login LoginCmd + Logout LogoutCmd + MCP MCPCmd + Pin PinCmd + Pins PinsCmd + Search SearchCmd + Session SessionCmd + Sessions SessionsCmd + Version kong.VersionFlag + VersionCmd VersionCmd + Watch WatchCmd + Whoami WhoamiCmd + type CompletionCmd struct + Shell string + func (c CompletionCmd) Run(b bindings) error + type DoctorCmd struct + func (c *DoctorCmd) Run(ctx context.Context, b bindings) error + type InspectCmd struct + CacheDir string + Fields string + Path string + Pin int + func (c *InspectCmd) Run(_ context.Context, b bindings) error + type LoginCmd struct + APIURL string + Force bool + ListenAddr string + Manual bool + Name string + NoBrowser bool + Token *string + TokenFromEnv bool + TokenFromStdin bool + func (c *LoginCmd) Run(ctx context.Context, b bindings) error + type LogoutCmd struct + LocalOnly bool + func (c *LogoutCmd) Run(ctx context.Context, b bindings) error + type MCPCmd struct + func (c *MCPCmd) Run(ctx context.Context, b bindings) error + type PinCmd struct + Fields string + Pin int64 + Ref string + func (c *PinCmd) Run(ctx context.Context, b bindings) error + type PinsCmd struct + Fields string + Refs []string + func (c *PinsCmd) Run(ctx context.Context, b bindings) error + type RootFlags struct + Pretty bool + Profile string + Verbose bool + type SearchCmd struct + Limit int + Query string + Scope string + func (c *SearchCmd) Run(ctx context.Context, b bindings) error + type SessionCmd struct + Ref string + func (c *SessionCmd) Run(ctx context.Context, b bindings) error + type SessionsCmd struct + Cursor string + Limit int + Project string + Since string + Status string + func (c *SessionsCmd) Run(ctx context.Context, b bindings) error + type VersionCmd struct + func (VersionCmd) Run(b bindings) error + type WatchCmd struct + CloudOnly bool + Exec string + Format string + PollInterval string + Project string + Since string + Status string + func (c *WatchCmd) Run(ctx context.Context, b bindings) error + type WhoamiCmd struct + func (c *WhoamiCmd) Run(ctx context.Context, b bindings) error