On this page
1 min read
How to configure the Flow CLI
Configuration should be managed by using config add
and config remove
commands. Using add command will also
validate values that will be added to the configuration.
1flow config add <account|contract|network|deployment>2flow config remove <account|contract|network|deployment>
1flow config add account23Name: Admin4Address: f8d6e0586b0a20c75✔ ECDSA_P2566✔ SHA3_2567Private key: e382a0e494...92858093568Key index (Default: 0): 0
- Flag:
--config-path
- Short Flag:
-f
- Valid inputs: valid filename
Specify a filename for the configuration files, you can provide multiple configuration
files by using -f
flag multiple times.