CLICommand reference
Jobs
Generated reference for nimbu jobs
Generated from the CLI command contract. Do not edit this page manually.
nimbu jobs
Execute cloud jobs
nimbu jobs list
List jobs registered on the server
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--app | no | Only jobs from this app (key or name) |
nimbu jobs run
Schedule cloud job
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline assignments (e.g. foo=bar, retry:=true) |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--job | no | Job identifier | |
--file | no | Read job params JSON from file (use - for stdin) | |
--wait | no | After scheduling, tail the job's cloud-code logs until interrupted |