wpe envs rebuild

Manually invoke a rebuild of a specified application environment.

$ wpe envs rebuild $ENV_ID [OPTIONS]

The wpe envs rebuild command allows you manually rebuild a specified environment for the application. It kicks off the same process that occurs when a new commit is pushed to git.

--app, -a The app name
--help, -h Help for rebuild

Let's assume the environment ID is bmna3gedlzerwcb4vc04gssl and the app name is myapp. Running the following command will rebuild the environment:

$ wpe envs rebuild bmna3gedlzerwcb4vc04gssl -a myapp