Skip to content

docs(cli): add db + measurement sections (arcctl PR3 surface)#8

Merged
xe-nvdk merged 1 commit into
mainfrom
feat/arcctl-pr3-docs
Jun 1, 2026
Merged

docs(cli): add db + measurement sections (arcctl PR3 surface)#8
xe-nvdk merged 1 commit into
mainfrom
feat/arcctl-pr3-docs

Conversation

@xe-nvdk

@xe-nvdk xe-nvdk commented May 31, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds two new pages to the CLI section: `docs/cli/db.md` (database admin) and `docs/cli/measurement.md` (measurement listing).
  • Updates `docs/cli/index.md` status table to mark PR3 shipped and adds the new pages to the "Next" link list.
  • Covers the layered drop-safety story: client-side `y/N` prompt + `--yes` flag + server-side `delete.enabled=true` + admin token + reserved-name blocklist + `?confirm=true`.

Companion code PR

Test plan

  • `npm run build` succeeds locally (no new broken links/anchors introduced)
  • Sidebar autogenerates correctly via `sidebar_position` frontmatter (5 = db, 6 = measurement)
  • All inter-page links use absolute `/arc/cli/...` paths (matches PR2 docs convention)

🤖 Generated with Claude Code

Companion docs for arcctl PR3 (Basekick-Labs/arcctl#2)
which adds `arcctl db {list,show,create,drop}` and
`arcctl measurement list`.

New pages
- docs/cli/db.md          — list / show / create / drop with the
                            layered safety story for drop (client-
                            side y/N prompt + server delete.enabled
                            + admin token + reserved-name blocklist
                            + ?confirm=true)
- docs/cli/measurement.md — list measurements within a database,
                            with the precedence rule for --database
                            vs connection default_database

Index update
- docs/cli/index.md       — status table reflects PR3 shipped;
                            "Next" links to both new pages

Build verified locally with `npm run build` — no new broken links
or anchors introduced.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@xe-nvdk xe-nvdk merged commit a5e0418 into main Jun 1, 2026
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