mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# newman
|
|
|
|
> Collection runner for Postman.
|
|
> More information: <https://github.com/postmanlabs/newman#command-line-options>.
|
|
|
|
- Run a collection (from a file):
|
|
|
|
`newman run {{path/to/collection.json}}`
|
|
|
|
- Run a collection (from a URL):
|
|
|
|
`newman run {{https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv}}`
|