An open API service indexing awesome lists of open source software.

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

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
```