Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppCmd = &cobra.Command{ Use: "app", Short: "Manage applications", Long: `The app command allows you to manage applications within your organization. You can list, create, and delete applications using the available subcommands.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return user.ErrorIfNotAuthenticated() }, RunE: func(cmd *cobra.Command, args []string) error { return list.ListCmd.RunE(cmd, args) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.