@36node/fastman 中文文档教程
@36node/fastman
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
您可以从 集成仪表板
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
在贡献者 (list) 的帮助下,由 36node 创作和维护。
github.com/zzswang · GitHub @36node
@36node/fastman
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