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.`, Run: func(cmd *cobra.Command, args []string) { list.ListCmd.Run(cmd, args) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.