Skip to content

docs(digstore): note digs as a first-class alias for the digstore CLI#35

Merged
MichaelTaylor3d merged 1 commit into
mainfrom
docs/digs-alias
Jul 12, 2026
Merged

docs(digstore): note digs as a first-class alias for the digstore CLI#35
MichaelTaylor3d merged 1 commit into
mainfrom
docs/digs-alias

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

Summary

  • digs is now a first-class alias binary for the digstore CLI — installed alongside digstore everywhere it ships (cargo-install, the universal installer, the apt .deb). digs <args> behaves identically to digstore <args> (same subcommands, flags, --json output, help, exit codes).
  • Adds a short, self-contained note to the CLI install page (docs/digstore/cli/install.md) stating this, with a one-line example (digs new my-app vs digstore new my-app).
  • Adds a one-line mention in the command reference intro (docs/digstore/cli/command-reference.md) — does not duplicate/rewrite the full command table.
  • Refs DIG-Network/dig_ecosystem#434 (task tracking issue). The digstore code + release-asset change ships in feat(cli): add first-class digs alias binary for digstore digstore#16.

Version bump

Minor (0.3.220.4.0) — documents a new capability, no breaking change. static/openrpc.json / static/openrpc-node.json are regenerated build artifacts whose embedded version field mirrors package.json (via npm run gen), so they bump alongside it.

Verified

  • npm run build -- --locale en completed successfully (client + server compiled, sitemap regenerated) — confirms the markdown is valid and the site builds.
  • No i18n translated copies were touched (per project convention, translations are maintained separately from the English source; this note only exists in the source docs for now).

Test plan

  • CI green: commitlint, version-increment gate, deploy preview
  • Docs page renders the new note correctly on the install page and command reference page

🤖 Generated with Claude Code

https://claude.ai/code/session_013B9i8jChaynPZhyc1DswHJ

digs ships as a real installed binary alongside digstore everywhere
digstore ships (cargo-install, the universal installer, the apt .deb).
digs <args> is identical to digstore <args> (same commands, flags, and
--json output). Notes this on the CLI install page and the command
reference intro.

Refs DIG-Network/dig_ecosystem#434, DIG-Network/digstore#16

Co-Authored-By: Claude <noreply@anthropic.com>
@MichaelTaylor3d MichaelTaylor3d merged commit b6a41d8 into main Jul 12, 2026
7 checks passed
@MichaelTaylor3d MichaelTaylor3d deleted the docs/digs-alias branch July 12, 2026 16:39
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