Skip to content

docs: use platform-cli command name#34

Merged
owenwahlgren merged 1 commit into
mainfrom
containerman/docs-platform-cli-command-name
Jun 27, 2026
Merged

docs: use platform-cli command name#34
owenwahlgren merged 1 commit into
mainfrom
containerman/docs-platform-cli-command-name

Conversation

@containerman17

@containerman17 containerman17 commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the CLI command name from platform to platform-cli across user-facing docs, CLI help output, version output, release packaging, installer config,
and e2e test helpers.

Also changes the README Go install command from @latest to @main.

Type of Change

  • feat - New feature
  • fix - Bug fix
  • docs - Documentation
  • refactor - Code refactoring
  • test - Tests
  • chore - Maintenance

Testing

  • Unit/smoke tests pass (go test ./...)
  • CLI e2e smoke tests pass (go test -tags=clie2e -v ./e2e/... -run "Help|Params|MissingArgs") (if applicable)
  • Network E2E tests pass (go test -tags=networke2e -v ./e2e/...) (if applicable)
  • Manual testing

Manual testing:

  • go run . --help
  • go run . version
  • git diff --check

Checklist

  • Code follows project conventions
  • No secrets or credentials committed
  • go vet and staticcheck pass
  • Tests added for new functionality

@containerman17 containerman17 force-pushed the containerman/docs-platform-cli-command-name branch from d8b7e43 to ab1dd6b Compare June 27, 2026 11:00
@owenwahlgren owenwahlgren merged commit 19a705b into main Jun 27, 2026
8 checks passed
@owenwahlgren owenwahlgren deleted the containerman/docs-platform-cli-command-name branch June 27, 2026 15:54
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.
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