# dotenv-cli changelog > Runs a command with the environment from a .env file, without the app loading dotenv itself. - Vendor: Bram Borggreve - Category: Developer Tools - Official site: https://github.com/entropitor/dotenv-cli - Tracked by: What's New (https://whatsnew.fyi/product/dotenv-cli) - Harvested from: GitHub (entropitor/dotenv-cli) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v11.0.0 — v11.0.0: Bump dotenv-expand to ^12 - Date: 2025-10-28 - Version: v11.0.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v11.0.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v11.0.0 ### v10.0.0 — v10.0.0: bump dotenv-expand - Date: 2025-07-29 - Version: v10.0.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v10.0.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v10.0.0 Fixes https://github.com/entropitor/dotenv-cli/issues/121#issue-2832252313 ### v9.0.0 — v9.0.0 Bump dotenv and be quiet by default - Date: 2025-07-22 - Version: v9.0.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v9.0.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v9.0.0 https://github.com/entropitor/dotenv-cli/pull/129 ### v8.0.0 - Date: 2024-12-20 - Version: v8.0.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v8.0.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v8.0.0 Improve expansion of configs https://github.com/entropitor/dotenv-cli/pull/101 This might break some configs so it's a major release. In general, you can upgrade without issues. ### v7.4.4 — v7.4.4: Fix security issue - Date: 2024-11-21 - Version: v7.4.4 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.4.4 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.4.4 https://github.com/entropitor/dotenv-cli/pull/119 ### v7.4.3 — v7.4.3: Forward signals to child process - Date: 2024-05-07 - Version: v7.4.3 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.4.3 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.4.3 https://github.com/entropitor/dotenv-cli/pull/107 ### v7.4.1 — v7.4.1: Fix bug with -p in 7.4.0 - Date: 2024-03-09 - Version: v7.4.1 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.4.1 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.4.1 Fixes https://github.com/entropitor/dotenv-cli/issues/106 through https://github.com/entropitor/dotenv-cli/commit/e794d3eefab7bd14e842a872db0a103a38090e93 ### v7.4.0 — v7.4.0: Release better variable usage (`-v`) - Date: 2024-03-07 - Version: v7.4.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.4.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.4.0 Releases https://github.com/entropitor/dotenv-cli/pull/105 ### v7.3.0 - Date: 2023-08-17 - Version: v7.3.0 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.3.0 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.3.0 * https://github.com/entropitor/dotenv-cli/pull/93: Don't allow cascade and override together as they are incompatible * https://github.com/entropitor/dotenv-cli/pull/94: Bump dotenv so DOTENV_KEY feature is supported ### v7.2.1 — v7.2.1: Allow --override - Date: 2023-04-05 - Version: v7.2.1 - Original notes: https://github.com/entropitor/dotenv-cli/releases/tag/v7.2.1 - Permalink: https://whatsnew.fyi/product/dotenv-cli/releases/v7.2.1 https://github.com/entropitor/dotenv-cli/pull/87