Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SelectCmd = &cobra.Command{ Use: "select", Short: "Open a select prompt to set your default organization and project", ValidArgs: []string{ organizationSelectCmd.Use, projectSelectCmd.Use, }, ArgAliases: append( organizationSelectCmd.Aliases, projectSelectCmd.Aliases..., ), Args: cobra.ExactValidArgs(1), PersistentPreRun: func(cmd *cobra.Command, args []string) { cli.HandleErrorAndExit(func() error { if !auth.IsLoggedIn() { return &cli.NotLoggedInError{} } return nil }()) }, }
SelectCmd is the base command for all resource select prompt commands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.