Presets are versioned variable bundles an app ships next to its
definition — apps/<name>/preset.yaml for the app itself and
apps/<name>/<vapp>.vpreset.yaml per vapp.
At install time a preset is applied with
shc install <app> --preset NAME[@VERSION]; this command group is the
read-only catalog view over those bundles. See
Presets (app development) for the
file format and resolution rules.
match only presets whose meta.tags contain this tag
--category
str
match only presets whose meta.category equals this
--limit
int
cap the number of results (0 = unlimited)
--remote
bool
force remote (daemon) search instead of local scan
ls/show/versions read the on-disk apps tree locally. search
scans locally when an apps tree is available and otherwise (or with
--remote) asks the daemon via /api/method/shc.preset.search, so a
remote operator can grep the catalog without the apps/ tree mounted.