@nimbella/plugin-postman
Version:
Postman Collection to Nimbella Project : Take your APIs seamlessly into Serverless world with this [Nimbella CLI](https://nimbella.io/downloads/nim/nim.html) plugin
1 lines • 2.73 kB
JSON
{"version":"0.1.6","commands":{"ppm":{"id":"ppm","description":"Generates nimbella project from a postman collection","pluginName":"@nimbella/plugin-postman","pluginType":"core","hidden":true,"aliases":[],"examples":["$ nim project create -t postman -i CloudKV.ioAPI -k PMAK-5e2a993188ce8e003888f36b-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\nGenerating nimbella project!\n"],"flags":{"key":{"name":"key","type":"option","char":"k","description":"Key to access the Postman API"},"id":{"name":"id","type":"option","char":"i","description":"Collection Id/Name/Path"},"language":{"name":"language","type":"option","char":"l","description":"Target Language","options":["go","js","ts","py","java","swift","php"],"default":"js"},"overwrite":{"name":"overwrite","type":"boolean","char":"o","description":"Overwrites the existing nimbella project directory if it exists","allowNo":false},"updateSource":{"name":"updateSource","type":"boolean","char":"u","description":"Sync updated document back to Postman","allowNo":false},"clientCode":{"name":"clientCode","type":"boolean","char":"c","description":"Generates client code","allowNo":false},"update":{"name":"update","type":"boolean","description":"Updates a project","allowNo":false},"deploy":{"name":"deploy","type":"boolean","char":"d","description":"Auto deploy","allowNo":false},"init":{"name":"init","type":"boolean","description":"Initiate a project","allowNo":false}},"args":[]},"auth:postman":{"id":"auth:postman","description":"Manage Postman API Keys","pluginName":"@nimbella/plugin-postman","pluginType":"core","aliases":[],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"Add a Postman API key","allowNo":false},"delete":{"name":"delete","type":"option","char":"d","description":"Forget a previously added Postman API key"},"list":{"name":"list","type":"boolean","char":"l","description":"List previously added Postman API keys","allowNo":false},"show":{"name":"show","type":"option","description":"Show the Postman API key associated with given name"},"current":{"name":"current","type":"boolean","char":"c","description":"Show current Postman API key","allowNo":false},"switch":{"name":"switch","type":"option","char":"s","description":"Switch to using a particular previously added Postman API key"},"name":{"name":"name","type":"option","description":"The Postman Key Name"},"key":{"name":"key","type":"option","description":"The Postman API Key"},"debug":{"name":"debug","type":"option","description":"Debug level output","hidden":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Greater detail in error messages","allowNo":false},"help":{"name":"help","type":"boolean","description":"Show help","allowNo":false}},"args":[]}}}