vip dev-env info [options]
Provides basic info about one or multiple local environments
Options
Argument | Description |
---|---|
-a , --all | Show Info for all local dev environments |
-d , --debug | Activate debug output |
-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
Global Options
Argument | Description |
---|---|
-a , --app=<app> | Specify the app |
-d , --debug | Activate debug output |
-e , --env=<env> | Specify the environment |
-h , --help | Output the help for the (sub)command |
-v , --version | Output the version number |
-y , --yes | Run the command in production without a confirmation prompt |
Last updated: December 17, 2022