available

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL