Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiCmd = &cobra.Command{ Use: "api", Short: "This command is used to start and manage the api server", Long: `This command is used to start and manage the api server. Starting api server all commands of the cli will be available via api`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
apiCmd represents the api command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.