listJobContexts
List all job contexts.
dxp-next job-runner listJobContexts --help
Usage: dxp-next job-runner listJobContexts [options]
List all job contexts
Options:
-s, --size <string> Pagination page size. Choices are tiny (5), small (20), medium (50), large (100). If not included, will default to small
(choices: "tiny", "small", "medium", "large")
-b, --before <string> Pagination page before token
-a, --after <string> Pagination page after token
-t, --tenant <string> Tenant ID to run against. If not provided will use configured tenant from login
-h, --help display help for command
Optional parameters
-s --size <string>
-
Pagination page size. Choices are:
-
tiny
(5) -
small
(20) -
medium
(50) -
large
(100)If the string is not included the system will default to
small
.
-
-b --before <string>
-
Pagination page before token.
-a --after <string>
-
Pagination page after token.
-t
--tenant
<string>-
The tenant ID for deployment. If this string is not provided the service will use configured tenant from login.
-h --help
-
Display the help for this command.