dotenvx help

Display help for dotenvx or a specific command.

Display the top-level command list and options:

$ dotenvx help
Usage: dotenvx run -- yourcommand

a secure dotenv–from the creator of `dotenv`

Options:
  -V, --version  output the version number
  -h, --help     display help for command

Commands:
  run
  get [KEY]
  set <KEY> <value>
  encrypt
  decrypt
  keypair [KEY]
  ls [directory]
  gitignore
  genexample [directory]
  validate
  precommit [directory]
  prebuild [directory]

Pass a command name for detailed help:

$ dotenvx help run
Usage: dotenvx run [options] -- yourcommand