postmanlabs/Postman CLI

Run Postman CLI commands in GitHub Actions - supports collection run, monitor run, spec lint, and more

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandPostman CLI command to run (e.g., "collection run <collection-id>" or "collection run <collection-file.json>")yes
api-keyPostman API key for authentication. Required for cloud resources (collection IDs, monitor IDs, spec IDs). Optional for local files.no
regionPostman API region. Use "eu" for European data residency. Defaults to US region if not specified.no""
postman-cli-versionVersion of Postman CLI to install (e.g., "1.27.0"). Defaults to latest.nolatest
working-directoryDirectory to run the command from. Defaults to repository root.no.
namedescription
exit-codeExit code from the Postman CLI command (0 = success, non-zero = failure)