💬 Plan and Apply from PR comments

As software developers, we all use a Version Control System (VCS) as the main tool in our process. With env0 you can also manage your Infrastructure as Code (IaC) deployments directly from your VCS provider.
By commenting with env0 commands on a pull request, it is possible to interact with your env0 environments without the need to login to the env0 platform.

✨ Invoking deployments from PR comments ✨

For full details about this feature follow the env0 documentation.
Here are the main commands you can use:

env0 plan command:

🔂   env0 plan -e {environments aliases} - runs a plan on the env0 environments aliases. Aliases can be comma-separated if you like to run more than one environment.

env0 apply command:

⏯️   env0 apply -e {environments aliases} - runs apply on the env0 environments aliases. Aliases can be comma-separated if you like to run more than one environment.