ReferenceCLI
stash plan
Draft a reviewable encryption plan at .cipherstash/plan.md
Generated from stash v1.0.0 via npx [email protected] manifest --json. Run npx [email protected] --help to see the live command surface.
Draft a reviewable encryption plan at .cipherstash/plan.md
npx stash plan [flags]Flags
| Flag | Description |
|---|---|
--complete-rollout | Plan the entire encryption lifecycle (schema-add through drop) in one document. Skips the production-deploy gate; only safe when this database is not backing a deployed application. Needs confirmation — an interactive prompt, or --yes non-interactively (else it exits non-zero without drafting). |
--yes | Confirm --complete-rollout's gate-skip without a prompt (for automation / CI). No effect without --complete-rollout. |
--target <name> | Skip the agent-target picker and hand off directly to one of claude-code | codex | agents-md | wizard. Safe in non-TTY contexts. |
Examples
npx stash plan
npx stash plan --target claude-code
npx stash plan --complete-rollout --yes --target claude-code