Skip to content

vip dev-env info

Retrieve information about a local environment.

Usage

vip dev-env info [options]

Options

OptionDescription
-a, --all Retrieve information about all local environments.
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-e, --extended Retrieve a larger amount of information.
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-s, --slug A unique name for a local environment. Default is “vip-local”.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

Examples

- Retrieve basic information about the local environment named "example-site".
$ vip dev-env info --slug=example-site

- Retrieve a larger amount of information about the local environment named "example-site".
$ vip dev-env info --slug=example-site --extended

- Retrieve basic information about all local environments.
$ vip dev-env info --all

Last updated: July 11, 2024