nais config list
nais config list [flags]
This command lists all config for a given team.
Options
-o,--output- Format output (table or json).
Inherited options
--config- Specify the
PATHto the configuration file. -e,--environment- Specify the
ENVIRONMENTto use for this command. Overrides the default environment from configuration. --no-colors- Disable colors in the output.
-t,--team- Specify the
TEAMto 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
# List all config for the team.
$ nais config list
# List config in a specific environment.
$ nais config list --environment dev