[Bug]: --env help and README advertise only paseo-v2 of three environments
Nobody has claimed this yet.
- Dominant language
- Solidity
- Stars
- 4
- Forks
- 2
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 24
Description
Component
Other
Priority
P3
What happened?
--help documents the environment option as --env <environment> DotNS environment: paseo-v2, but three environments are wired: paseo-v2, previewnet, devnet (plus aliases). Same stale string in the README's env table.
Where
packages/cli/src/cli/program.ts:22, packages/cli/src/cli/commands/authOptions.ts:7, packages/cli/README.md env table.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with packages/cli/src/cli/program.ts:22 and packages/cli/src/cli/commands/authOptions.ts:7, then check the environment table in packages/cli/README.md. Compare the documented choices with the three environments and aliases wired by the CLI. Done means --help and the README consistently describe all supported environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100