Sort Postman collections
-
In Postman, export your collection as a Collection v2.1
-
Run:
npx @matthewlein/postman-collection-sorter ./path/to/your/API.postman_collection.json
-
You should see output like:
Sorting collection file: ./path/to/your/API.postman_collection.json
Sorting Successful!
Sorted collection saved to: ./path/to/your/API.postman_collection.sorted.json
- In Postman, import the new sorted JSON file.
- Enjoy that sweet sweet alphabetical sorting.