apiprotector/API Protector Diff Action
Compares two API specification files (JSON/YAML) and reports differences and compatibility.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| old-spec-file | Path to the old API specification file (YAML or JSON). | yes | — |
| new-spec-file | Path to the new API specification file (YAML or JSON). | yes | — |
| output-file | Optional path to write the diff output. | no | — |
| exit-on-error | Exit with error code if the OpenAPI changes are not compatible. | no | false |
| silent | Print no output to console. | no | false |
| verbose | Enable verbose output. | no | false |
Outputs
no outputs