docs: use platform-cli command name#34
Merged
Merged
Conversation
d8b7e43 to
ab1dd6b
Compare
owenwahlgren
approved these changes
Jun 27, 2026
owenwahlgren
added a commit
that referenced
this pull request
Jun 29, 2026
…tions Integrates the v2.0.0 changes (#33 command renames, #34 platform-cli rename) with the ACP-236 auto-renewed staking commands: - keep add-permissionless / add-permissionless-delegator (not the removed add / delegate), platform-cli, and the requireSubcommand group guard - keep the avalanchego v1.14.3 bump (required for the ACP-236 tx types) - rename set-auto-config -> set-auto-renewed-config to mirror SetAutoRenewedValidatorConfigTx (add-auto-renewed already matched AddAutoRenewedValidatorTx) - annotate both new commands' Short help with their tx types - resolve the validator help test to the union of v2.0.0 + ACP-236 commands Verified: build, go vet, staticcheck, go test ./pkg/... (incl. acp236), and the clie2e smoke filter all pass against v1.14.3.
This was referenced Jun 29, 2026
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
Updates the CLI command name from
platformtoplatform-cliacross user-facing docs, CLI help output, version output, release packaging, installer config,and e2e test helpers.
Also changes the README Go install command from
@latestto@main.Type of Change
feat- New featurefix- Bug fixdocs- Documentationrefactor- Code refactoringtest- Testschore- MaintenanceTesting
go test ./...)go test -tags=clie2e -v ./e2e/... -run "Help|Params|MissingArgs") (if applicable)go test -tags=networke2e -v ./e2e/...) (if applicable)Manual testing:
go run . --helpgo run . versiongit diff --checkChecklist
go vetandstaticcheckpass