mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 13:01:30 +00:00
Update cheatsheets
This commit is contained in:
17
newman
Normal file
17
newman
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user