Usage
cli config reset [options]
Description
Resets the specified CLI configuration option to its default value
Options
-k, --key [key]
: Config key to reset. If not specified, will reset all configuration settings to default
Additional Information
Resetting the value would be ideally done by removing the setting from the config store. Let's see if that possible. Alternatively, we could try to set the value to undefined to see if that removes it from the config store. If that's also not working, let's reconvene to discuss other options.
Usage
cli config reset [options]Description
Resets the specified CLI configuration option to its default value
Options
-k, --key [key]: Config key to reset. If not specified, will reset all configuration settings to default
Additional Information
Resetting the value would be ideally done by removing the setting from the config store. Let's see if that possible. Alternatively, we could try to set the value to
undefinedto see if that removes it from the config store. If that's also not working, let's reconvene to discuss other options.