deprecated

package
v0.9.94 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

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.

Jump to

Keyboard shortcuts

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