You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ title: Changelog
10
10
*`[Added]` Expose `LETS_OS` and `LETS_ARCH` environment variables at command runtime.
11
11
*`[Removed]` Drop deprecated `eval_env` directive. Use `env` with `sh` execution mode instead.
12
12
*`[Added]` When a command or its `depends` chain fails, print an indented tree to stderr showing the full chain with the failing command highlighted
13
+
*`[Added]` Support `env_file` in global config and commands. File names are expanded after `env` is resolved, and values loaded from env files override values from `env`.
0 commit comments