archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

refactor(config): Group the global and local settings into a sub-command #247

Closed aelesbao closed 1 year ago

aelesbao commented 1 year ago

Description

The config command can set local and global settings. However, those are in the top level of the config sub-command. Another sub-command should instead scope those settings with a get/set syntax. On top of that, the commands config chains use and chain-id have the same functionality.

The settings to be grouped are:

Technical Details

TBD