Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Errors returned from frontend commands ErrCommandMissing = errors.New("must specify command to run") ErrTooManyArguments = errors.New("too many arguments") ErrTooFewArguments = errors.New("too few arguments") )
View Source
var RootCmd = &cobra.Command{ Use: "kubestar", Short: "kubestar helps convert between kube starlark and YAML", SilenceUsage: true, SilenceErrors: true, PersistentPreRunE: prerunE, PersistentPostRun: postrun, }
RootCmd is the main command for the cobra CLI.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.