mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
CLI fixes for aws and environment modifications (#1713)
* Interpolate awsv4 values to support them including templated values. Closes #1508 * change to let to allow for rewrite; rename to envVariables for consistency * When running via CLI, preserve changes to collection variables and environment variables. Closes #1255 * Closes #1255 - set well known variable name on environment * Revert "When running via CLI, preserve changes to collection variables and" This reverts commit7c94c9ec19. * Revert "change to let to allow for rewrite; rename to envVariables for consistency" This reverts commit9320b8faf0. --------- Co-authored-by: Scott LaPlante <scott.laplante@flueid.com>
This commit is contained in:
@@ -288,6 +288,7 @@ const handler = async function (argv) {
|
||||
const envBruContent = fs.readFileSync(envFile, 'utf8');
|
||||
const envJson = bruToEnvJson(envBruContent);
|
||||
envVars = getEnvVars(envJson);
|
||||
envVars.__name__ = env;
|
||||
}
|
||||
|
||||
if (envVar) {
|
||||
|
||||
Reference in New Issue
Block a user