| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: nodejs#62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net>
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: #62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net> PR-URL: #64442 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: #62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net> PR-URL: #64442 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: #62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net> PR-URL: #64442 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: #62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net> PR-URL: #64442 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Environment variables loaded with `--env-file` are not applied to the command executed by `--run`. Document this limitation under `--run`. Fixes: #62988 Signed-off-by: Paul Bouchon <mail@bitpshr.net> PR-URL: #64442 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes #62988.
Documents under --run that variables loaded with --env-file are not applied to the command it executes. Per the discussion on the issue this behavior is intended, so this just documents it.