Omnistrate ctl docs search
omnistrate-ctl docs search
Search through Omnistrate documentation
Synopsis
This command helps you search through Omnistrate documentation content for specific terms or topics.
Examples
# Search documentation for a specific term
omctl docs search "kubernetes" --output json
# Search documentation with multiple terms with JSON output
omctl docs search "service plan deployment" --output json
# Limit the number of results returned
omctl docs search "service plan deployment" --limit 5 --output json
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
SEE ALSO
- omnistrate-ctl docs - Search and access documentation