dotenv-vault push [ENVIRONMENT] [FILENAME]
Push .env securely
Arguments
Name | Description |
---|---|
ENVIRONMENT | Set environment to open to. Defaults to development |
FILENAME | Set input filename. Defaults to .env for development and .env.{environment} for other environments |
Options
Name | Description |
---|---|
--yes, -y | Automatic yes to prompts. Assume yes to all prompts and run non-interactively |
-m, --dotenvMe <DOTENV_ME> | Pass .env.me (DOTENV_ME) credential directly (rather than reading from .env.me file) |