Skip to content

eyedea-io/syncano-cli-plugin-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncano-cli-plugin-postman

How it works?

  1. Install plugin in your project:
npm install --save-dev @eyedea/syncano-cli-plugin-postman
  1. Add plugin config to your syncano.yml project config:
plugins:
  postman: "@eyedea/syncano-cli-plugin-postman"
  1. Create empty collection in Postman

  2. 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)

  1. Run it:
npx s postman <friendly name of the collection>

Releases

No releases published

Packages

No packages published