Skip to content

docs: rename stash db install to stash eql install#41

Open
coderdan wants to merge 2 commits into
mainfrom
dan/rename-db-install-to-eql-install
Open

docs: rename stash db install to stash eql install#41
coderdan wants to merge 2 commits into
mainfrom
dan/rename-db-install-to-eql-install

Conversation

@coderdan

@coderdan coderdan commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

The stash CLI is renaming its EQL-extension commands into a dedicated eql command group (cipherstash/stack#543):

Old New
stash db install stash eql install
stash db upgrade stash eql upgrade
stash db status stash eql status

The old db spellings remain as deprecated aliases that print a warning.

This updates every page that references these commands (CLI reference, init, status, push, impl, troubleshooting, Supabase/Drizzle/Prisma Next integration guides, deploy docs, agent-skills reference) and adds a note about the deprecated alias to the install page.

No URLs or page slugs change — the pages already live at /stack/cipherstash/cli/{install,push,...} and headings are the bare subcommand names.

Test plan

  • bun run validate-links: no broken links
  • bun run lint: only pre-existing failures on main (none in touched files)

Note: this should merge after (or around the same time as) the CLI release that ships the eql command group, since the docs will tell users to run the new commands.

The CLI command moved to a dedicated `eql` command group; `db install`
remains as a deprecated alias that prints a warning. Update all pages
that reference the command and note the deprecated alias on the install
page.
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
public-docs Ready Ready Preview, Comment Jul 3, 2026 6:16am

Request Review

The stash CLI also renamed `db upgrade` → `eql upgrade` and
`db status` → `eql status`; the old spellings remain as deprecated
aliases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant