Skip to content

vip dev-env info

Provides basic info about one or multiple local dev environments

Usage

vip dev-env-info [options]

Options

OptionDescription
-a, --all Show Info for all local dev environments
-d, --debug Activate debug output
-e, --extended Show extended information about the dev environment
-h, --help Output the help for the (sub)command
-s, --slug Custom name of the dev environment
-v, --version Output the version number

Examples

- Return information about all local dev environments
$ vip dev-env info --all

- Return information about a local dev environment named "my_site"
$ vip dev-env info --slug=my_site

Last updated: April 08, 2024