Python-dotenvx

Latest version: v0.2.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 26

0.25.0

Added

* expand `hub push` with `[directory]` option. use for monorepos. for example: `dotenvx hub push apps/backend` ([121](https://github.com/dotenvx/dotenvx/pull/121))

0.24.0

Added

* add command substitution. for example `DATABASE_URL="postgres://$(whoami)localhost/my_database"` ([113](https://github.com/dotenvx/dotenvx/pull/113))

0.23.0

Added

* support personal environment variables. anything after the comment ` personal.dotenvx.com` will be considered personal and will not be encrypted to .env.vault ([110](https://github.com/dotenvx/dotenvx/pull/110))

0.22.0

Added

* `require('dotenvx/dotenvx').config()` expands/interpolates variables. this matches the behavior of `run`. (note that this behavior differs from the original `require('dotenv').config()` ([107](https://github.com/dotenvx/dotenvx/pull/107))

0.21.0

Added

* expose `genexample` function on `lib/main.js` for export convenience ([102](https://github.com/dotenvx/dotenvx/pull/102))

Changed

* rely on `which` npm module to find system command path for user inputted command(s) ([105](https://github.com/dotenvx/dotenvx/pull/105))

Removed

* remove `main.inject` function ([102](https://github.com/dotenvx/dotenvx/pull/102))

0.20.2

Added

* added support for `--env` flag on the `.env.vault` decryption portion of `run` ([101](https://github.com/dotenvx/dotenvx/pull/101))

Page 16 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.