CLI
dotenv-vault whoami
Display the current logged in user.
1. Run whoami command
1
2
$ npx dotenv-vault whoami
ana.kennedy@dotenv.org
That’s it!
Command Details
For more information on the whoami command, run dotenv-vault help whoami.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ npx dotenv-vault help whoami
Display the current logged in user
USAGE
$ dotenv-vault whoami [-m ]
FLAGS
-m, --dotenvMe= Pass .env.me (DOTENV_ME) credential directly (rather than reading from .env.me file)
DESCRIPTION
Display the current logged in user
EXAMPLES
$ dotenv-vault whoami
FLAGS
-m, –dotenvMe
Pass .env.me (DOTENV_ME) credential directly (rather than reading from .env.me file)
1
$ npx dotenv-vault whoami dotenvMe=me_b1831e…