wpe envs rebuild
Description
Section titled “Description”Manually invoke a rebuild of a specified application environment.
$ wpe envs rebuild $ENV_ID [OPTIONS]
Extended Description
Section titled “Extended Description”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.
Options
Section titled “Options”--app, -a The app name--help, -h Help for rebuild
Examples
Section titled “Examples”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