nais config unset

nais config unset NAME [flags]

This command removes a key-value pair from a config.

Options

-e, --environment
Filter by environment.
--key
Name of the key to unset.
-y, --yes
Automatic yes to prompts; assume ‘yes’ as answer to all prompts and run non-interactively.

Inherited options

--config
Specify the location for the configuration file.
--no-colors
Disable colors in the output.
-t, --team
Specify the team to use for this command. Overrides the default team from configuration.
-v, --verbose
Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.

Examples

# Unset a key from a config.
$ nais config unset my-config --environment dev --key OLD_SETTING