git commands let you connect a repository, trigger deploys, view build logs, and roll back — all without leaving the terminal.
Connect a Repository
| Flag | Description | Default |
|---|---|---|
--repo | Repository URL (required) | — |
--branch | Branch to deploy from | main |
--auth-token | Auth token for private repos | None |
--build-cmd | Custom build command | Auto-detected |
--deploy | Trigger first deploy immediately | false |
Disconnect
| Flag | Description |
|---|---|
-f | Skip confirmation prompt |
Status
Trigger a Deploy
| Flag | Description | Default |
|---|---|---|
-w, --wait | Wait for deploy to finish | false |
--timeout | Max wait duration | 300s |
Deployment History
| Flag | Description | Default |
|---|---|---|
-n | Number of deployments to show | 10 |
Build Logs
Rollback
| Flag | Description |
|---|---|
-f | Skip confirmation prompt |
-w, --wait | Wait for rollback to finish |