logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

python-dotenv - .env file manipulator

Description

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

Name

       python-dotenv - .env file manipulator

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:
       get    Retrieve the value for the given key.

       list   Display all the stored key/value.

       run    Run command with environment variables present.

       set    Store the given key/value.

       unset  Removes the given key.

python-dotenv 1.0.1-1                             January 2024                                  PYTHON-DOTENV(1)

Synopsis

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

See Also