Skip to content

Commit

Permalink
Added the feature to configure output location of the Postman file
Browse files Browse the repository at this point in the history
Streamlined verbose output
  • Loading branch information
Tim committed May 15, 2021
1 parent 78b604b commit 04d8adf
Show file tree
Hide file tree
Showing 6 changed files with 11,864 additions and 67 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ yarn portman -u https://specs.apideck.com/crm.yml -b http:https://localhost:3050 -n tr
yarn portman -u https://specs.apideck.com/crm.yml -b http:https://localhost:3050 -n true -d ./tmp/newman/data/crm.json
```

- Pass path to a local spec (useful when updating your specs)
- Pass path to a local spec (useful when updating your specs) and output Postman collection locally

```
yarn portman -l ./tmp/specs/crm.yml
yarn portman -l ./tmp/specs/crm.yml -o ./tmp/specs/crm.postman.json
```

- Skip tests and just generate collection.
Expand Down
File renamed without changes.
Loading

0 comments on commit 04d8adf

Please sign in to comment.