Updated Edit
On this page
Reference for the c deploy-hooks command — usage, flags, arguments, and examples for the deploy-hooks subcommand of the c CLI.
#c deploy-hooks
deploy built-in hook scripts to the ~/.claudewheel/scripts/ directory
Effect: mutating
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--all, --no-all | bool | optional | deploy every known hook script from the built-in registry at once; when omitted, the positional name selects one script | ||
--force-overwrite, --no-force-overwrite | bool | optional | overwrite existing hook scripts on disk instead of skipping them; when omitted, an existing script is left alone |
#Arguments
| Name | Type | Presence | Description |
|---|---|---|---|
name | str | optional | name of the specific hook script to deploy (omit to use --all) |
#Constraints
The framework enforces these before the command runs.
| Rule | What it requires |
|---|---|
deploy-target | At least one of name (when non-empty), --all (when true). |