Skip to content
SHC Docs

shc preset search

search presets across all apps by name, description, or tag

Search presets across every app in the catalog. The free-text query matches preset names and descriptions; —tag and —category match preset metadata; —app/—vapp restrict the search to one app or vapp. The local app catalog is scanned by default; —remote forces the search to run on the daemon.

shc preset search [<query>] [flags]
shc preset search wordpress
shc preset search --tag production
shc preset search blog --app wordpress --limit 5
shc preset search --category cms --remote
--app string restrict search to a single app
--category string match only presets whose meta.category equals this
-h, --help help for search
--limit int cap the number of results (0 = unlimited)
--remote force remote (daemon) search instead of local scan
--tag string match only presets whose meta.tags contain this tag
--vapp string restrict search to a single vapp
--config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win
-d, --debug enable debug mode (default: $SHC_DEBUG)
-e, --environment string environment name (default: $SHC_ENVIRONMENT)
--exclude string comma-separated dotted paths to drop
--fields string comma-separated columns/keys to show (and their order)
--filter string comma-separated dotted paths to keep (drops everything else)
-o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT)
-s, --stack string stack name (default: $SHC_STACK)
-t, --tenant string tenant name (default: $SHC_TENANT)
-v, --verbose verbose output (default: $SHC_VERBOSE)