Ad hoc Tasks

Sometimes you may want to execute arbitrary commands on your deployment container - for example, manually altering the state or manipulating a local file. These commands can be run using Custom Flows, but that requires committing the commands to your git repository, which doesn't always fit the use case. In these cases, it is possible to execute an ad hoc task on the deployment container.

📘

Permissions to run a one time tasks

As ad hoc tasks allow you to run any command on the deployment container, only organization administrators may run these tasks.

Executing an Ad hoc Task

2890

From the environment's advanced context menu, click on Run a Task.
It will prompt you to enter the commands you desire to execute.
Enter the commands, as you would in a bash script. Separate commands with new lines.
When you are ready to run your task - click the RUN A TASK button below.

709

🚧

Task Timeouts

Tasks have a 30 minute timeout

Your task will be queued and executed on the deployment container, including the local cache env0 saves between deployments. You'll be able to see your commands execute in the Deployment Logs, like any other deployment.
During the task execution, all the variables that are defined in the environment will be available for you to use.

Common Tasks

Task Comments

You can add a comment, to let your teammates know why the task was run.
Add a comment, by filling in the "Comment" input down below the bash input.

707

The comment will be displayed in the Task page.
Markdown syntax is supported.

398

📘

Markdown Support

The comment supports Markdown, so you would be able to generate even more context.