Skip to main content
porter job contains commands for inspecting job runs in your project.

Prerequisites


porter job runs

View the job runs for a project, with optional filters applied. Job runs are sorted by creation time, with the most recent runs appearing first. Usage:
porter job runs [JOB_NAME] [flags]
Options:
FlagDescription
--jobFilter job runs by job name
--appFilter job runs by application name
--revisionFilter job runs by revision number (requires --app)
--targetFilter job runs by deployment target. Uses the default target if not provided; pass ALL to pull runs across all deployment targets
--statusFilter job runs by status
--limitLimit the number of job runs returned (default: 100)
porter job runs
The --revision flag requires --app to be set, since revisions are scoped to a specific application.