porter job contains commands for inspecting job runs in your project.
Prerequisites
- You’ve logged in to the Porter CLI after running porter auth login
- You’re connected to the correct project by running porter config set-project
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:
The
--revision flag requires --app to be set, since revisions are scoped to a specific application.Related Commands
- porter app run - Trigger a job with the
--jobflag - porter target list - List deployment targets to filter runs by

