@idearium/cli
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -27,4 +27,4 @@ #!/usr/bin/env node | ||
// Update the defaults with the current configuration. | ||
const locals = Object.assign({}, defaults, dotenv.config().parsed); | ||
// Update the current value with the defaults. | ||
const locals = Object.assign(dotenv.config().parsed, defaults); | ||
@@ -31,0 +31,0 @@ // Reset the COMPOSE_FILE value. |
@@ -5,2 +5,10 @@ # @ideariym/cli | ||
## Unreleased | ||
Bug fix. | ||
### Fixes | ||
- Updated the logic for `c dc env file` so that it produces more consistent results. | ||
## 1.0.0-alpha.7 | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@idearium/cli", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "The Idearium cli, which makes working with our projects much easier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16283