@vtex/cli-plugin-whoami
Advanced tools
Comparing version 0.2.2-beta2 to 0.2.2
@@ -9,2 +9,4 @@ # Changelog | ||
## [0.2.2] - 2021-03-30 | ||
## [0.2.2-beta2] - 2021-03-30 | ||
@@ -11,0 +13,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"0.2.2-beta2","commands":{"whoami":{"id":"whoami","description":"Prints the current \u001b[38;5;149maccount\u001b[39m, \u001b[38;5;149mworkspace\u001b[39m, environment, and login details.","pluginName":"@vtex/cli-plugin-whoami","pluginType":"core","aliases":[],"examples":["\u001b[38;5;205mvtex whoami\u001b[39m"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[]}}} | ||
{"version":"0.2.2","commands":{"whoami":{"id":"whoami","description":"Prints the current \u001b[38;5;149maccount\u001b[39m, \u001b[38;5;149mworkspace\u001b[39m, environment, and login details.","pluginName":"@vtex/cli-plugin-whoami","pluginType":"core","aliases":[],"examples":["\u001b[38;5;205mvtex whoami\u001b[39m"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@vtex/cli-plugin-whoami", | ||
"description": "vtex plugin whoami", | ||
"version": "0.2.2-beta2", | ||
"version": "0.2.2", | ||
"bugs": "https://github.com/vtex/cli-plugin-whoami/issues", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -32,3 +32,3 @@ # VTEX CLI Plugin Whoami | ||
$ vtex (-v|--version|version) | ||
@vtex/cli-plugin-whoami/0.2.2-beta2 linux-x64 node-v12.21.0 | ||
@vtex/cli-plugin-whoami/0.2.2 linux-x64 node-v12.21.0 | ||
$ vtex --help [COMMAND] | ||
@@ -61,3 +61,3 @@ USAGE | ||
_See code: [build/commands/whoami.ts](https://github.com/vtex/cli-plugin-whoami/blob/v0.2.2-beta2/build/commands/whoami.ts)_ | ||
_See code: [build/commands/whoami.ts](https://github.com/vtex/cli-plugin-whoami/blob/v0.2.2/build/commands/whoami.ts)_ | ||
<!-- commandsstop --> |
404974