@vtex/cli-plugin-whoami
v0.2.2
Published
vtex plugin whoami
Downloads
5,247
Maintainers
Keywords
Readme
VTEX CLI Plugin Whoami
Extend the vtex
toolbelt!
Developing
- Clone
vtex/toolbelt
and follow the steps on the Contributing section. - Clone/Create a plugin with this template.
- Change the template name under this project's
package.json
. - Run
yarn link
on this project. - Now run
vtex link @vtex/cli-plugin-template
(or the new name) on thevtex/toolbelt
project. - Run
yarn watch
on thevtex/toolbelt
- Test the command on a VTEX IO app with
vtex-test hello
For more information, read Ocliff Docs.
Usage
$ 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 whoami
Prints the current account, workspace, environment, and login details.
USAGE
$ vtex whoami
OPTIONS
-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