Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IdentityCmd = &cobra.Command{ Use: "identity", Short: "Interact with the Identity service", Long: `Use this command to interact with the Identity service.`, GroupID: "available", Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { common.PrintAvailableVerbs(cmd) return } cmd.Help() }, }
View Source
var InventoryCmd = &cobra.Command{ Use: "inventory", Short: "Interact with the Inventory service", Long: `Use this command to interact with the Inventory service.`, GroupID: "available", Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { common.PrintAvailableVerbs(cmd) return } cmd.Help() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.