Skip to content

Commit

Permalink
requesting report enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Mar 25, 2022
1 parent 1687efc commit ac28273
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,17 @@ No output means that the diff is empty, or, in other words, there are no changes
oasdiff -format text -base data/openapi-test1.yaml -revision data/openapi-test2.yaml
```
The Text/Markdown diff report provides a simplified and partial view of the changes.
To view all details, use the default format: YAML.
To view all details, use the default format: YAML.
If you'd like to see additional details in the text/markdown report, please submit a [feature request](https://github.com/Tufin/oasdiff/issues/new?assignees=&labels=&template=feature_request.md&title=).

### HTML diff of local files
```bash
oasdiff -format text -base data/openapi-test1.yaml -revision data/openapi-test2.yaml
```
The HTML diff report provides a simplified and partial view of the changes.
To view all details, use the default format: YAML.
To view all details, use the default format: YAML.
If you'd like to see additional details in the HTML report, please submit a [feature request](https://github.com/Tufin/oasdiff/issues/new?assignees=&labels=&template=feature_request.md&title=).


### Text/Markdown diff of http files

Expand Down

0 comments on commit ac28273

Please sign in to comment.