https://github.com/eyedea-io/syncano-cli-plugin-postman
Postman plugin for Syncano CLI
https://github.com/eyedea-io/syncano-cli-plugin-postman
plugin postman syncano
Last synced: 2 months ago
JSON representation
Postman plugin for Syncano CLI
- Host: GitHub
- URL: https://github.com/eyedea-io/syncano-cli-plugin-postman
- Owner: eyedea-io
- License: mit
- Created: 2018-12-13T14:31:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T21:06:48.000Z (over 7 years ago)
- Last Synced: 2025-07-10T08:01:35.561Z (12 months ago)
- Topics: plugin, postman, syncano
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# syncano-cli-plugin-postman
## How it works?
1) Install plugin in your project:
```js
npm install --save-dev @eyedea/syncano-cli-plugin-postman
```
2) Add plugin config to your syncano.yml project config:
```yml
plugins:
postman: "@eyedea/syncano-cli-plugin-postman"
```
3) Create empty collection in Postman
4) Set variables used by the plugin:
```bash
export POSTMAN_API_KEY=
export POSTMAN_COLLECTION_ID=
```
> You can find collection ID in the Postman URL - when you will open collection docs)
5) Run it:
```bash
npx s postman
```