Skip to content

Omnistrate ctl docs compose spec

omnistrate-ctl docs compose-spec

Compose spec documentation

Synopsis

This command returns information about the Omnistrate Docker Compose specification. If no tag is provided, it lists all supported tags. If a tag is provided, it returns the information about the tag.

omnistrate-ctl docs compose-spec [tag] [flags]

Examples

# List all H3 headers in the compose spec documentation with JSON output
omctl docs compose-spec --output json

# Search for a specific tag with JSON output
omctl docs compose-spec "networks" --output json

# Search for specific custom tags with JSON output
omctl docs compose-spec "x-omnistrate-compute" --output json

Options

  -h, --help            help for compose-spec
  -o, --output string   Output format (table|json) (default "table")

Options inherited from parent commands

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

SEE ALSO