Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better organize genesis commands in root CLI #14130

Closed
ValarDragon opened this issue Dec 1, 2022 · 1 comment · Fixed by #14149
Closed

Better organize genesis commands in root CLI #14130

ValarDragon opened this issue Dec 1, 2022 · 1 comment · Fixed by #14149

Comments

@ValarDragon
Copy link
Contributor

ValarDragon commented Dec 1, 2022

Summary & Proposal

Theres currently 4-5 CLI commands in the root genesis of every chain binary:

  add-genesis-account      Add a genesis account to genesis.json
  add-wasm-genesis-message Wasm genesis subcommands
  collect-gentxs           Collect genesis txs and output a genesis.json file
  gentx                    Generate a genesis tx carrying a self delegation
  prepare-genesis          Prepare a genesis file with initial setup

It'd be great to organize all of these into a genesis sub-command. Perhaps with some backwards compatability available for existing shell scripts?

Problem Definition

The current root CLI interface is too bloated for users. Osmosis' doesn't even fit on a full terminal screen of my laptop... Only 3 are custom commands osmosis added

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants