postmanlabs/Postman CLI
Run Postman CLI commands in GitHub Actions - supports collection run, monitor run, spec lint, and more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Postman CLI command to run (e.g., "collection run <collection-id>" or "collection run <collection-file.json>") | yes | — |
| api-key | Postman API key for authentication. Required for cloud resources (collection IDs, monitor IDs, spec IDs). Optional for local files. | no | — |
| region | Postman API region. Use "eu" for European data residency. Defaults to US region if not specified. | no | "" |
| postman-cli-version | Version of Postman CLI to install (e.g., "1.27.0"). Defaults to latest. | no | latest |
| working-directory | Directory to run the command from. Defaults to repository root. | no | . |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from the Postman CLI command (0 = success, non-zero = failure) |