table of contents
PYTHON-DOTENV(1) | User Commands | PYTHON-DOTENV(1) |
NAME¶
python-dotenv - .env file manipulator
SYNOPSIS¶
python-dotenv [OPTIONS] COMMAND [ARGS]...
DESCRIPTION¶
- This script is used to set, get or unset values from a .env file.
OPTIONS¶
- -f, --file PATH
- Location of the .env file, defaults to .env file in current working directory.
- -q, --quote [always|never|auto]
- Whether to quote or not the variable values. Default mode is always. This does not affect parsing.
- -e, --export BOOLEAN
- Whether to write the dot file as an executable bash script.
- --version
- Show the version and exit.
- --help
- Show this message and exit.
Commands:¶
January 2024 | python-dotenv 1.0.1-1 |