dotenvx Command Examples

A better dotenv, from the creator of dotenv. More information: https://dotenvx.com/docs.

dotenvx run -- {{command}}

dotenvx run -f {{path/to/file.env}} -- {{command}}

dotenvx set {{key}} {{value}}

dotenvx set {{key}} {{value}} --plain

dotenvx get

dotenvx get {{key}}

dotenvx get --all