Gate Language
ScaleThe native workflow automation language of the Gitorii ecosystem.
Philosophy
Gate is a DSL for VCS workflows โ human-readable, no semicolons, concurrency first-class.
Safe by default with on_error and on_timeout blocks.
Basic workflow
workflow deploy(message, env = "prod") {
save(message)
sync(push: true)
on_error {
snapshot.restore("before-deploy")
notify("Deploy failed")
}
}โฉ๏ธ
Gate is a Scale feature
Full Gate documentation โ types, control flow, async concurrency, native functions and CI/CD integration โ is available on the Scale plan.
Upgrade to ScaleInstall Gate Workflow Language from the VS Code Marketplace for syntax highlighting of .gate files.