Skip to content

Instantly share code, notes, and snippets.

@NathBabs
Created October 5, 2021 22:00
Show Gist options
  • Save NathBabs/753bfdc0c416fae7e55302db4b188cc0 to your computer and use it in GitHub Desktop.
Save NathBabs/753bfdc0c416fae7e55302db4b188cc0 to your computer and use it in GitHub Desktop.
postmanerator command to convert Postman collection to HTML
postmanerator --output=./doc.html -ignored-response-headers="Content-Length,X-Permitted-Cross-Domain-Policies,X-Content-Type-Options,X-Download-Options,ETag,Strict-Transport-Security,X-Frame-Options,Expect-CT,X-DNS-Prefetch-Control,Content-Security-Policy,Referrer-Policy,X-XSS-Protection,Date,Connection,Keep-Alive" --collection=metacare.postman_collection.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment