docs(digstore): note digs as a first-class alias for the digstore CLI#35
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
digsis now a first-class alias binary for thedigstoreCLI — installed alongsidedigstoreeverywhere it ships (cargo-install, the universal installer, the apt.deb).digs <args>behaves identically todigstore <args>(same subcommands, flags,--jsonoutput, help, exit codes).docs/digstore/cli/install.md) stating this, with a one-line example (digs new my-appvsdigstore new my-app).docs/digstore/cli/command-reference.md) — does not duplicate/rewrite the full command table.Version bump
Minor (
0.3.22→0.4.0) — documents a new capability, no breaking change.static/openrpc.json/static/openrpc-node.jsonare regenerated build artifacts whose embeddedversionfield mirrorspackage.json(vianpm run gen), so they bump alongside it.Verified
npm run build -- --locale encompleted successfully (client + server compiled, sitemap regenerated) — confirms the markdown is valid and the site builds.Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_013B9i8jChaynPZhyc1DswHJ