Versions in this module Expand all Collapse all v0 v0.5.0 Mar 25, 2026 Changes in this version + const ExitAuthFailure + const ExitConnectionError + const ExitDryRunPassed + const ExitGeneralError + const ExitInvalidArgs + const ExitNotFound + const ExitSuccess + var Version = "dev" + func ErrorKind(err error) string + func ExitCode(err error) int + func NewHealthCmd() *cobra.Command + func NewInfoCmd() *cobra.Command + func NewMCPCmd() *cobra.Command + func NewRootCmd() *cobra.Command + func NewSchemaCmd() *cobra.Command + func NewServicesCmd() *cobra.Command + func NewStatsCmd() *cobra.Command + func NewTokensCmd() *cobra.Command + func NewTransactionsCmd() *cobra.Command + func WriteErrorJSON(w io.Writer, err error) + type ArgSchema struct + Description string + Name string + Required bool + type CLIError struct + Code int + Inner error + Kind string + Message string + func ErrAuthWrap(inner error) *CLIError + func ErrConnectionWrap(inner error) *CLIError + func ErrDryRunPassedNew() *CLIError + func ErrInvalidArgsf(format string, args ...any) *CLIError + func ErrNotFoundf(format string, args ...any) *CLIError + func NewCLIError(code int, kind, message string) *CLIError + func WrapCLIError(code int, kind string, inner error) *CLIError + func (e *CLIError) Error() string + func (e *CLIError) Unwrap() error + type CommandSchema struct + Args []ArgSchema + Description string + ExitCodes map[int]string + Flags []FlagSchema + FullPath string + LongDescription string + Name string + Subcommands []CommandSchema + type FlagSchema struct + Default string + Description string + Name string + Short string + Type string