job
Manage Saleor Cloud tasks
job
$ saleor job --help
Help output:
saleor job [command]
Manage Saleor Cloud tasks
Commands:
  saleor job list  List tasks
Options:
      --json             Output the data as JSON  [boolean] [default: false]
      --short            Output data as text  [boolean] [default: false]
  -u, --instance, --url  Saleor instance API URL (must start with the protocol, i.e. https:// or http://)  [string]
  -V, --version          Show version number  [boolean]
  -h, --help             Show help  [boolean]
job list
$ saleor job list --help
Help output:
saleor job list
List tasks
Options:
      --json                        Output the data as JSON  [boolean] [default: false]
      --short                       Output data as text  [boolean] [default: false]
  -u, --instance, --url             Saleor instance API URL (must start with the protocol, i.e. https:// or http://)  [string]
      --env  [string]
      --page                        A page number within the paginated result set  [number]
      --page-size, --page_size      Number of results to return per page  [number]
      --is-blocking, --is_blocking  Filter by non/blocking tasks  [boolean]
      --status                      Filter by status: active, completed, failed, successful  [string]
  -V, --version                     Show version number  [boolean]
  -h, --help                        Show help  [boolean]
Examples:
  saleor task list
  saleor task list my-environment --page=2
  saleor task list my-environment --page-size=100
  saleor task list my-environment --is-blocking
  saleor task list my-environment --status=active
Expand ▼