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

feat(config): Add global config #213

Closed eliasmpw closed 1 year ago

eliasmpw commented 1 year ago

Description

The CLI should allow users to define global settings shared across all projects. This will improve the developer experience by allowing them to set a default keyring store or chain ID.

Also, we could improve how the config files are stored by grouping them in the .archway folder.

Technical Details

Local config

Global config

New settings