Skip to content

Commit

Permalink
v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Feb 12, 2025
1 parent 4861927 commit 98e3b2f
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.0
1.36.0
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set -e
VERSION="1.35.0"
VERSION="1.36.0"
DIRECTORY="/usr/local/bin"
REGISTRY_URL="https://registry.npmjs.org"
INSTALL_SCRIPT_URL="https://dotenvx.sh"
Expand Down
10 changes: 10 additions & 0 deletions latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* multi-environment
* encrypted envs

[Read the whitepaper](https://dotenvx.com/dotenvx.pdf)

 


Expand Down Expand Up @@ -524,6 +526,8 @@ More examples
Hello local
```

Note subsequent files do NOT override pre-existing variables defined in previous files or env. This follows historic principle. For example, above `local` wins – from the first file.

</details>

* <details><summary>`--overload` flag</summary><br>
Expand All @@ -538,6 +542,8 @@ More examples
Hello World
```

Note that with `--overload` subsequent files DO override pre-existing variables defined in previous files.

* <details><summary>`--verbose` flag</summary><br>

```sh
Expand Down Expand Up @@ -798,6 +804,8 @@ More examples
Hello local
```

Note subsequent files do NOT override pre-existing variables defined in previous files or env. This follows historic principle. For example, above `local` wins – from the first file.

</details>
* <details><summary>`run --env HELLO=String`</summary><br>

Expand Down Expand Up @@ -827,6 +835,8 @@ More examples
Hello World
```

Note that with `--overload` subsequent files DO override pre-existing variables defined in previous files.

</details>
* <details><summary>`DOTENV_PRIVATE_KEY=key run`</summary><br>

Expand Down
Binary file modified latest/dotenvx-darwin-amd64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-darwin-arm64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-darwin-x86_64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-linux-aarch64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-linux-amd64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-linux-arm64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-linux-x86_64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-windows-amd64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-windows-amd64.zip
Binary file not shown.
Binary file modified latest/dotenvx-windows-x86_64.tar.gz
Binary file not shown.
Binary file modified latest/dotenvx-windows-x86_64.zip
Binary file not shown.

0 comments on commit 98e3b2f

Please sign in to comment.