clihub · git:20260915.793ae04 · 2026-09-15 · sha256 1d302913a659f092
clihub git:20260915.793ae04A
Immutable. This exact content is served forever at /api/v1/blob/1d302913a659f092.
---
name: clihub
description: "Use when you need to find a capability across all matrices for a task (e or other clihub operations from the shell. Run 'clihub describe' first."
---
# clihub
Generated by declick from cli:C:\Users\sandm\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\cli-hub.exe. Deterministic, no screenshots, JSON by default when piped.
```
clihub (cli) source: cli:C:\Users\sandm\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\cli-hub.exe bin: C:\Users\sandm\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\cli-hub.exe can
can Find a capability across all matrices for a task (e.
info Show details for a specific CLI.
install Install a CLI by name. [mutating]
launch Launch an installed CLI, passing through any extra arguments.
list List all available CLIs.
matrix Browse and install curated multi-CLI workflow matrices.
previews Inspect existing preview bundles or live sessions; this.
search Search CLIs by name, description, or category.
uninstall Uninstall a CLI by name. [mutating]
update Update a CLI to the latest version. [mutating]
common: --json --fields --limit --rows --where --dry-run exit: 0 ok 1 err 2 missing 3 blocked 4 auth
```
Examples (replace UPPERCASE tokens with real values; 'declick describe clihub --verb <verb>' prints one verb's flags and what it returns):
```
clihub can
clihub info
clihub install --dry-run
```
If 'clihub' is not on PATH, run every command as: declick run clihub <verb> ... (same output, same exit codes).
Every verb: --json (default when piped) --fields a,b --limit N; mutating verbs accept --dry-run. Success: {"ok":true,"data":...,"meta":{"count":N,"truncated":false}}. Failure: {"ok":false,"error":"...","exit":N}.
Exit 2 means the tool exited 2 or said not found, 1 is any other failure and data carries stdout, stderr and code. Every verb spawns cli:C:\Users\sandm\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\cli-hub.exe, which must be on PATH. A flag renamed --param-<name> collided with a contract flag.