Skip to content

Commit

Permalink
Document --dotenv-path in readme (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
willie authored Sep 14, 2024
1 parent 2052b1b commit fe131f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,9 @@ are set, `just` will try to load environment variables from a file.
If `dotenv-path` is set, `just` will look for a file at the given path, which
may be absolute, or relative to the working directory.

The command-line option `--dotenv-path`, short form `-E`, can be used to set or
override `dotenv-path` at runtime.

If `dotenv-filename` is set `just` will look for a file at the given path,
relative to the working directory and each of its ancestors.

Expand Down

0 comments on commit fe131f5

Please sign in to comment.