Skip to content

omnistrate-ctl service describe

Describe a service

Synopsis

This command helps you describe a service using its name or ID.

omnistrate-ctl service describe [flags]

Examples

```

Describe service with name

omnistrate-ctl service describe [service-name]

Describe service with ID

omnistrate-ctl service describe --id=[service-ID] ```

Options

-h, --help help for describe --id string Service ID -o, --output string Output format. Only json is supported. (default "json")

Options inherited from parent commands

-v, --version Print the version number of omnistrate-ctl

SEE ALSO