Config management for KAIZEN
Config management for KAIZEN
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
kaizen config set
kaizen config get
kaizen config unset
Set config variable to kaizen
Options:
--help Show help [boolean]
--version Show version number [boolean]
--key, -k Configuration key
[string] [required] [choices: "privateKey", "provider", "networkId"]
--value, -v Configuration value [string] [required]
Examples:
kaizen config set --key provider --value https://mainnet.infura.io
Get config variable
Options:
--help Show help [boolean]
--version Show version number [boolean]
--key, -k Configuration key
[string] [required] [choices: "privateKey", "provider", "networkId"]
Examples:
kaizen config get --key provider
Unset config variable
Options:
--help Show help [boolean]
--version Show version number [boolean]
--key, -k Configuration key
[string] [required] [choices: "privateKey", "provider", "networkId"]
Examples:
kaizen config unset --key provider