Scroll to navigation

DOTENV(1) User Commands DOTENV(1)

NAME

dotenv - .env file manipulator

SYNOPSIS

dotenv [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

This script is used to set, get or unset values from a .env file.

OPTIONS

Location of the .env file, defaults to .env file in current working directory.
Whether to quote or not the variable values. Default mode is always. This does not affect parsing.
Show this message and exit.

Commands:

Retrieve the value for the given key.
Display all the stored key/value.
Store the given key/value.
Removes the given key.
December 2017 dotenv 0.7.1-1.1