syncano-cli-plugin-postman
How it works?
- Install plugin in your project:
npm install --save-dev @eyedea/syncano-cli-plugin-postman
- Add plugin config to your syncano.yml project config:
plugins:
postman: "@eyedea/syncano-cli-plugin-postman"
-
Create empty collection in Postman
-
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)
- Run it:
npx s postman <friendly name of the collection>