task
Manage Saleor Cloud tasks
task
$ saleor task --help
Help output:
saleor task [command]
Manage Saleor Cloud tasks
Commands:
saleor task 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]
task list
$ saleor task list --help
Help output:
saleor task 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 ▼