Skip to content

vip config

Manage environment configurations.

Usage

vip config [options] [command]

Options

OptionDescription
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

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: July 11, 2024