Skip to content

Omnistrate ctl docs search

Search through Omnistrate documentation

Synopsis

This command helps you search through Omnistrate documentation content for specific terms or topics.

omnistrate-ctl docs search [query] [flags]

Examples

# Search documentation for a specific term
omctl docs search "kubernetes"

# Search documentation with multiple terms
omctl docs search "service plan deployment"

Options

  -h, --help            help for search
  -l, --limit int       Maximum number of results to return (default 10)
  -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