Python-dotenvx

Latest version: v0.2.0

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

Scan your dependencies

Page 7 of 26

1.6.3

Changed

* adjust `dotenvx pro` to be dynamic if [dotenvx-pro](https://github.com/dotenvx/dotenvx-pro) is installed user's machine

1.6.2

Added

* add more detailed type definitions ([313](https://github.com/dotenvx/dotenvx/pull/313))

1.6.1

Added

* add support for `.env1` (`.env*`) file format. (private key expands to `DOTENV_PRIVATE_KEY_DEVELOPMENT1`) ([312](https://github.com/dotenvx/dotenvx/pull/312))

1.6.0

Added

* add `dotenvx decrypt` command. works inversely to `dotenvx encrypt`. same flags. ([294](https://github.com/dotenvx/dotenvx/pull/294))
* add `--stdout` option to `dotenvx decrypt`. example: `dotenvx decrypt -f .env.production --stdout > somefile.txt` ([298](https://github.com/dotenvx/dotenvx/pull/298))
* add `--stdout` option to `dotenvx encrypt`. example: `dotenvx encrypt -f .env.production --stdout > somefile.txt` ([298](https://github.com/dotenvx/dotenvx/pull/298))

Changed

* smarter private key finder. if you rename your file to `secrets.txt` it can still decrypt from `DOTENV_PRIVATE_KEY` by seeking out the invert of the `DOTENV_PUBLIC_KEY` inside `secrets.txt` ([302](https://github.com/dotenvx/dotenvx/pull/302))

Removed

* remove `dotenvx convert` - still at `dotenvx encrypt`
* remove `dotenvx vault` - still at `dotenvx ext vault`

1.5.0

Added

* add help text for dashed values on `set`. example: `dotenvx set KEY -- "- + * ÷"` ([293](https://github.com/dotenvx/dotenvx/pull/293))

Changed

* replace `inquirer/confirm` and `ora` ([285](https://github.com/dotenvx/dotenvx/pull/285))

Removed

* remove `dotenvx ext hub`, replace with [dotenvx-ext-hub](https://github.com/dotenvx/dotenvx-ext-hub) (install there to continue using hub) ([#291](https://github.com/dotenvx/dotenvx/pull/291))

1.4.0

Removed

* remove update notice. let users decide what version they want without nagging them to update ([288](https://github.com/dotenvx/dotenvx/pull/288))
* remove `dotenvx hub`. still available at `dotenvx ext hub` ([290](https://github.com/dotenvx/dotenvx/pull/290))

Page 7 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.