Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/stack-readme-drop-proxy-flags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@cipherstash/stack': patch
---

README only — drop the removed `--proxy` / `--no-proxy` flags from the `stash init`
flag table.

The flags went away with the EQL v2 CipherStash Proxy lifecycle: they are absent
from the CLI command registry, and `stash init` now rejects them with an
actionable message. `packages/cli/README.md` and the bundled `stash-cli` skill
were already updated, but this table row in the `@cipherstash/stack` README —
which ships in the tarball — still documented them as supported.
1 change: 0 additions & 1 deletion packages/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ The wizard will:
| Flag | Description |
|------|-------------|
| `--supabase` / `--drizzle` / `--prisma-next` | Target a specific integration's setup flow |
| `--proxy` / `--no-proxy` | Opt in/out of the CipherStash Proxy path |
| `--region <slug>` | Workspace region (env `STASH_REGION`); **required for non-interactive init when not already logged in** |

## Configuration
Expand Down
Loading