@vtex/cli-plugin-whoami
v0.2.2
Published
vtex plugin whoami
Maintainers
Keywords
Readme
VTEX CLI Plugin Whoami
Extend the vtex toolbelt!
Developing
- Clone
vtex/toolbeltand 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 linkon this project. - Now run
vtex link @vtex/cli-plugin-template(or the new name) on thevtex/toolbeltproject. - Run
yarn watchon 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 whoamiSee code: build/commands/whoami.ts
