0.1.6 • Published 2 years ago

syncman v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Syncman

A CLI tool that syncs an OAS file to Postman and generates a Postman collection from it

Installation

In your terminal run:

npm i -g syncman

Usage

Make sure you have the following env variables set up:

You can do it by exporting them in your terminal:

export POSTMAN_API_KEY=<your key>
export POSTMAN_WORKSPACE_ID=<your postman workspace id>

Then run:

syncman --location <oas-file-location> --apiname "<api name>" --versionname "<version name>"

versionname is optional, and if not provided will be equal to Latest

Local Development

To test it locally, run:

npm run sync -- --apiname "My Lovely Api" --location oas-test.yaml --versionname V1
0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago