Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postman-environment-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-environment-generator

An app that creates a Postman environment for all the variable names in your Postman collection

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Weekly downloads
 
Created
Source

postman-environment-generator

An NodeJS app that creates a Postman environment for all the variable names in your Postman collection.

Introduction

For more information on Postman, Postman-collections and Postman-environments, check out Postman

This app was born to serve the following, specific use case:

Say that you import a huge collection in a workspace that has tonnes of environment variables embedded inside out it (In the form of {{variable}}). Now you need an environment that contains all those variables but, manually creating them would be cumbersome. Hence, you use this app, which takes a JSON file as input and using the Postman API, creates an environment for you in the given workspace, containing all those variables.

Requirements

  1. NodeJS version 10.15.0+
  2. npm version 6.4.1+
  3. Postman Desktop App version 7.0.0+
  4. Postman API Key (Steps to get that are here)

Usage

  1. Clone this into your local folder and navigate to it.
  2. Run npm install
  3. Export the collection JSON from the Postman app (Steps to do that are here). The file encoding must be utf-8.
  4. Run node index.js <absolute-path-to-collection-file> <name-that-environment-should-get> <postman-api-key> <workspace-id>

The workspace-id is an optional parameter. Not giving the workspace Id will add the environment to your default workspace. To get the workspace-id, follow these steps:

  1. Log into the postman app
  2. Select any collection
  3. Click on the right arrow beside the collection name
  4. Click on 'View in Web'
  5. The opened browser window contains url of the form: https://postman.co/collections/xyz-uuid?version=latest&workspace=uuid
  6. Copy the workspace Id.

Example

Running:

node index.js ~/Downloads/collections/my-collection.json ImportedCollection 74a2bdd31eeb457a88c9a3342c7c8f81 404891cb-a247-4508-81dc-38f745118221

Will create an environment called 'ImportedCollection' with all environment variables present in the collection file located at ~/Downloads/collections/my-collection.json, in the workspace with the id 404891cb-a247-4508-81dc-38f745118221.

Keywords

FAQs

Package last updated on 20 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc