You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
# download latest `api.github.com.deref.json` and store it as `fixtures/api.github.com.deref-changed.json`
curl https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/dereferenced/api.github.com.deref.json --output fixtures/api.github.com.deref-changed.json
# create diff.json
cargo run --bin cli diff fixtures/api.github.com.deref.json fixtures/api.github.com.deref-changed.json --format json > diff.json
# stage the changes
git add .
# run again
cargo run --bin cli diff fixtures/api.github.com.deref.json fixtures/api.github.com.deref-changed.json --format json > diff.json
# diff.json has been changed, but it should not have
git status
The text was updated successfully, but these errors were encountered:
gr2m
added a commit
to octokit/openapi
that referenced
this issue
Aug 18, 2021
To reproduce
The text was updated successfully, but these errors were encountered: