Skip to content

vip config

Manage environment configurations.

Usage

vip config [options] [command]

Options

OptionDescription
-d, --debug Activate debug output
-h, --help Output the help for the (sub)command
-v, --version Output the version number

Examples

- List the names of all environment variables on the environment.
$ vip @example-app.develop config envvar list

- Retrieve the current versions of all environment software.
$ vip @example-app.develop config software get

Subcommands

NameDescription
envvar Manage environment variables for an environment.
software Manage versions of software for an environment.

Last updated: April 24, 2024