Skip to content

vip dev-env info [options]

Provides basic info about one or multiple local environments

Options

ArgumentDescription
-a, --allShow Info for all local dev environments
-d, --debugActivate debug output
-h, --helpOutput the help for the (sub)command
-s, --slugCustom name of the dev environment
-v, --versionOutput 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

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: December 17, 2022