WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

Commit commands

View as Markdown

Here is an example command that triggers a pipeline named 'Production':

bash
git commit -am "website hotfix --run production --env key=value $
Action Command
Run a specific pipeline --run NAME --run "NAME WITH SPACES"
Do not run (automatic) pipelines --skip
Clear cache before running --clear-cache
Upload everything from scratch --from-scratch
Set variables --env key=value

Last modified on Apr 22, 2026