Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DescribeCmd = &cobra.Command{ Use: "describe [flags]", Short: "Describe a Service (deprecated)", RunE: run, SilenceUsage: true, }
View Source
var ListCmd = &cobra.Command{ Use: "list", Short: "List Services (deprecated)", Long: `The list command retrieves and displays a list of all available services that have been created.`, Example: `omctl list`, RunE: runList, SilenceUsage: true, }
ListCmd represents the list command
View Source
var RemoveCmd = &cobra.Command{ Use: "remove [--service-id SERVICE_ID]", Short: "Remove a Service (deprecated)", Long: `The remove command is used to remove a service from the Omnistrate platform by providing the service ID.`, Example: `omctl remove --service-id SERVICE_ID`, RunE: runRemove, SilenceUsage: true, }
RemoveCmd represents the remove command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.