DOKK / manpages / debian 12 / python3-dotenv / python-dotenv.1.en
PYTHON-DOTENV(1) User Commands PYTHON-DOTENV(1)

python-dotenv - .env file manipulator

python-dotenv [OPTIONS] COMMAND [ARGS]...

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

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.
Whether to write the dot file as an executable bash script.
Show the version and exit.
Show this message and exit.

Retrieve the value for the given key.
Display all the stored key/value.
Run command with environment variables present.
Store the given key/value.
Removes the given key.
September 2022 python-dotenv 0.21.0-1