Skip to content

Docs/cli overview top level index#990

Open
BrandtH22 wants to merge 18 commits into
mainfrom
docs/cli-overview-top-level-index
Open

Docs/cli overview top level index#990
BrandtH22 wants to merge 18 commits into
mainfrom
docs/cli-overview-top-level-index

Conversation

@BrandtH22
Copy link
Copy Markdown
Contributor

@BrandtH22 BrandtH22 commented May 8, 2026

Note

Low Risk
Documentation-only changes that restructure and add CLI reference content; risk is limited to broken links/anchors or navigation ordering in the docs site.

Overview
Refactors CLI Overview into an entry-point page with global options, a CLI reference map, and a top-level command index, and expands coverage for plotnft, plots, db (upgrade/backup/validate), configure, passphrase, and stop with clearer anchors and examples.

Adds new service-focused CLI reference pages for Full Node, Farmer, Harvester, Plots, and Solver, and wires them into sidebars.js; also updates a troubleshooting link to point to the new plots check docs and makes a small wording/link tweak in solver-rpc.md.

Reviewed by Cursor Bugbot for commit 4cfe7bb. Bugbot is set up for automated code reviews on this repo. Configure here.

BrandtH22 and others added 4 commits May 6, 2026 14:38
Enumerate every root CLI group from chia/cmds/chia.py with summary and pointer (section, topic page, or -h). Replace underspecified Other commands section. Use explicit heading ids for in-page links. zh-Hans updates are left to Crowdin/l10n automation.

Fixes #477

Co-authored-by: Cursor <cursoragent@cursor.com>
… pages

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread docs/reference-client/cli-reference/cli.md Outdated
Comment thread docs/reference-client/cli-reference/cli.md Outdated
Comment thread docs/reference-client/cli-reference/cli.md Outdated
Comment thread docs/reference-client/cli-reference/cli.md Outdated
Comment thread docs/reference-client/cli-reference/cli.md Outdated
Comment thread docs/reference-client/cli-reference/full-node-cli.md Outdated
Comment thread docs/reference-client/cli-reference/harvester-cli.md Outdated
Comment thread docs/reference-client/cli-reference/harvester-cli.md Outdated
Comment thread docs/reference-client/cli-reference/harvester-cli.md
Comment thread docs/reference-client/cli-reference/solver-cli.md Outdated
Co-authored-by: Cursor <cursoragent@cursor.com>
<details>
<summary>Example</summary>

## [Plots check](https://github.com/Chia-Network/chia-blockchain/blob/main/chia/plotting/check_plots.py)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we removing this anchor and thereby breaking a link?

BrandtH22 and others added 13 commits May 8, 2026 09:32
…esponse template

Co-authored-by: Cursor <cursoragent@cursor.com>
…hub sections

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…wdin

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…nses

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
… dict keys

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

````mdx-code-block
```text
Hash: 0xa1b2c3d4e5f6789012345678901234567890abcd1234567890abcd1234567890 Index: 42
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a huge deal, but this response isn't realistic. For starters, the request asked for 10 lines, but the response only shows 2. In addition, the hash should be the same for those indices. This is actually a common confusion in our terminology. A single challenge has 64 signage points, indexed from 0 to 63. This shows consecutive signage points as if they were different challenges. And it's common for people to misidentify the signage points as challenges.


````mdx-code-block
```bash
chia farm connect-solver 192.0.2.10:8666
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a side note that I wonder if it's possible to connect to a specific node ID rather than an IP address. This is allowed for normal peers, so maybe it should be allowed here as well.

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.

2 participants