Skip to content

Commit f8df8b2

Browse files
document new flag
1 parent 94812a2 commit f8df8b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ Optional flags:
134134
- `-o` to override existing variables.
135135
- `-v` for increased verbosity.
136136

137+
### Disable load_dotenv
138+
139+
You can disable automatic loading of dotenv values by setting the `DOTENV_AUTOLOAD_DISABLED` environmental variable to `true`. This can be useful if you are using a library that uses `load_dotenv` and you want to manage the environment in a different way.
140+
137141
## Command-line Interface
138142

139143
A CLI interface `dotenv` is also included, which helps you manipulate the `.env` file

0 commit comments

Comments
 (0)