nais config create
nais config create NAME [flags]
This command creates a new empty config in a team environment.
Inherited options
--config- Specify the location for the configuration file.
-e,--environment- Filter by environment.
--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
# Create a config named my-config in environment dev.
$ nais config create my-config --environment dev