Skip to main content

Module export

Module export 

Source
Expand description

envvault export — export secrets in various formats.

Supported formats:

  • env (default): .env file format (KEY=value, one per line)
  • json: JSON object { “KEY”: “value”, … }

Functions§

execute
Execute the export command.