Skip to main content

CLI Actions

cli

CLI Actions enable you to run CLI scripts against external service providers such as AWS, GCP, Kubernetes, Azure, Terraform, Git, and many more.
All CLI Actions are preserved between the different steps of the Automation execution.
For example: if you clone a repository by using core.git, you can use it in a later Step using terraform, aws-cli, or any other CLI/bash command.

NOTE: If there's an error in a command in the middle of the script and the last command succeeds, the entire action will succeed, not revealing that some command may have failed.