0.0.2 • Published 5 years ago

@eyedea/syncano-cli-plugin-postman v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

syncano-cli-plugin-postman

How it works?

1) Install plugin in your project:

npm install --save-dev @eyedea/syncano-cli-plugin-postman

2) Add plugin config to your syncano.yml project config:

plugins:
  postman: "@eyedea/syncano-cli-plugin-postman"

3) Create empty collection in Postman

4) Set variables used by the plugin:

export POSTMAN_API_KEY=<api key>
export POSTMAN_COLLECTION_ID=<collection id>

You can find collection ID in the Postman URL - when you will open collection docs)

5) Run it:

npx s postman <friendly name of the collection>