CLI Reference
scut init
Unified setup for supported agent integrations.
scut init installs scut hook configuration for supported agents.
scut init
scut init --all
scut init --claude
scut init --codex
scut init --all --dry-run --verbose
Run --dry-run first when you want to inspect the generated agent configuration before writing files.
Generated help
Generated from scut init --help.
Usage: scut init [flags]
Set up scut hooks for detected or selected coding agents.
Flags:
-h, --help Show context-sensitive help.
-v, --version Print version and exit.
--claude Set up Claude Code hooks.
--codex Set up Codex hooks.
--all Set up all supported agents, even if not
detected.
--scope="project" Configuration scope: project or user.
--bake-log Bake --log into generated command strings.
--bake-log-level=LEVEL Bake --log-level=LEVEL into generated command
strings (implies --bake-log). One of: debug,
info, warn, error.
--dry-run Print the planned config output without writing
files.
--verbose With --dry-run, print the full rendered config
for each selected agent.