Usage
Options
project
The project you want to list jobs from.
| Flag | Default | Type |
|---|---|---|
-p, --project | None | STRING |
entity
The entity the jobs belong to
| Flag | Default | Type |
|---|---|---|
-e, --entity | None | STRING |
name
Name for the job
| Flag | Default | Type |
|---|---|---|
-n, --name | None | STRING |
description
Description for the job
| Flag | Default | Type |
|---|---|---|
-d, --description | None | STRING |
aliases
Alias for the job
| Flag | Default | Type |
|---|---|---|
-a, --alias | () | STRING |
entrypoint
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.
| Flag | Default | Type |
|---|---|---|
-E, --entry-point | None | STRING |
git_hash
Commit reference to use as the source for git jobs
| Flag | Default | Type |
|---|---|---|
-g, --git-hash | None | STRING |
runtime
Python runtime to execute the job
| Flag | Default | Type |
|---|---|---|
-r, --runtime | None | STRING |
build_context
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.
| Flag | Default | Type |
|---|---|---|
-b, --build-context | None | STRING |
base_image
Base image to use for the job. Incompatible with image jobs.
| Flag | Default | Type |
|---|---|---|
-B, --base-image | None | STRING |
dockerfile
Path to the Dockerfile for the job. If —build-context is provided, the Dockerfile path will be relative to the build context.
| Flag | Default | Type |
|---|---|---|
-D, --dockerfile | None | STRING |
services
Service configurations in format serviceName=policy. Valid policies: always, never
| Flag | Default | Type |
|---|---|---|
-s, --service | None | STRING |
schema
Path to the schema file for the job.
| Flag | Default | Type |
|---|---|---|
--schema | None | STRING |
help
Show this message and exit.
| Flag | Default | Type |
|---|---|---|
--help | False | BOOL |