Socket
Book a DemoInstallSign in
Socket

@36node/fastman

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@36node/fastman

A tool to export and import postman collection file

latest
Source
npmnpm
Version
0.5.4
Version published
Maintainers
4
Created
Source

@36node/fastman

version downloads

Install

yarn global add @36node/fastman

Usage

1. config api key

$ fastman -h
Usage: cli [options] [command]

Options:
  -V, --version         output the version number
  -h, --help            output usage information

Commands:
  config [options]      config fastman, like postman api key eg..
  ls                    list collections exist in postman
  delete [id]           delete collection by id
  import [file]         import a collection file to postman
  export [name] [dist]  export collection file with name, saved in dist

1. Config postman apiKey

You can get your key from the integrations dashboard

fastman config -a <your-api-key>

2. ls collections of postman

# list collections in postman, display id and name
$ fastman ls
190e1e16-7e25-4be8-97e1-2f012f941ce4 collection1
1f768e27-5f39-4a5f-8ce8-7a028e504fcf collection2
2923edc5-f23c-47f9-b5d4-4657676681d2 collection3

3. export collection of postman to collection file

# specify dist
$ fastman export collection1 ./try_collection.json

# empty dist, auto saved in <name>.postman_collection.json
$ fastman export collection1

4. import collection by collection file

# if collection name existed in postman, update it, or else create new collection.
$ fastman import ./.try_collection.json

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Author

fastman © 36node, Released under the MIT License.

Authored and maintained by 36node with help from contributors (list).

github.com/zzswang · GitHub @36node

FAQs

Package last updated on 28 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts