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.
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
Options inherited from parent commands
SEE ALSO
- omnistrate-ctl docs - Search and access documentation