Task Reference
Automate pipelines are built from tasks. Each is referenced by its namespace key (shell:,
s3: and so on) in a task definition, and this reference gives every parameter with its type,
default and description.
| Group | Covers |
|---|---|
| Execution | Shell, SSH, containers, Kubernetes, Python, scripts, REST |
| Files & Transfer | Filesystem, archives, rsync, SCP, S3, Azure Blob |
| Data & Templating | Databases, JQ, Liquid, structured data, variables |
| Secrets & Security | Vault, secrets, hashing, encryption, certificates |
| Control & Coordination | Locks, waits, suspend, throw, git, DNS |
| Infrastructure | Services, processes, cron, ports, users, deployment |
Most of these are also callable from a script — see the Script namespace reference for the function form.