Created
April 5, 2017 08:36
-
-
Save llarsson/b1ed8be27e9a49392cf81c54eafe72d3 to your computer and use it in GitHub Desktop.
List all API paths in a Swagger JSON file using jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat swagger.json | jq '.paths | keys' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment