Usage
Options
| Flag | Type | Description |
|---|---|---|
-p, --project | STRING | The project you want to list jobs from. Default: None |
-e, --entity | STRING | The entity the jobs belong to Default: None |
-n, --name | STRING | Name for the job Default: None |
-d, --description | STRING | Description for the job Default: None |
-a, --alias | STRING | Alias for the job Default: () |
-E, --entry-point | STRING | Entrypoint to the script, including an executable and an entrypoint file. Required for code or repo jobs. If —build-context is provided, paths in the entrypoint command will be relative to the build context. Default: None |
-g, --git-hash | STRING | Commit reference to use as the source for git jobs Default: None |
-r, --runtime | STRING | Python runtime to execute the job Default: None |
-b, --build-context | STRING | Path to the build context from the root of the job source code. If provided, this is used as the base path for the Dockerfile and entrypoint. Default: None |
-B, --base-image | STRING | Base image to use for the job. Incompatible with image jobs. Default: None |
-D, --dockerfile | STRING | Path to the Dockerfile for the job. If —build-context is provided, the Dockerfile path will be relative to the build context. Default: None |
-s, --service | STRING | Service configurations in format serviceName=policy. Valid policies: always, never Default: None |
--schema | STRING | Path to the schema file for the job. Default: None |
--help | BOOL | Show this message and exit. Default: False |