vtex plugin whoami
Extend the vtex toolbelt!
1. Clone vtex/toolbelt and follow the steps on the Contributing section.
2. Clone/Create a plugin with this template.
3. Change the template name under this project's package.json.
2. Run yarn link on this project.
3. Now run vtex link @vtex/cli-plugin-template (or the new name) on the vtex/toolbelt project.
4. Run yarn watch on the vtex/toolbelt
5. Test the command on a VTEX IO app with vtex-test hello
For more information, read Ocliff Docs.

!npm
* VTEX CLI Plugin Whoami
* Usage
* Commands
sh-session
$ npm install -g @vtex/cli-plugin-whoami
$ vtex COMMAND
running command...
$ vtex (-v|--version|version)
@vtex/cli-plugin-whoami/0.2.2-beta2 linux-x64 node-v12.21.0
$ vtex --help [COMMAND]
USAGE
$ vtex COMMAND
...
`
Commands
* vtex whoamivtex whoamiPrints the current account, workspace, environment, and login details.
`
USAGE
$ vtex whoamiOPTIONS
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
EXAMPLE
vtex whoami
``_See code: build/commands/whoami.ts_