From 4c56353594a53066009393cbd3b8b771f692e565 Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:50:57 +0200 Subject: feat(cli): Add --env-file as alternative to --env (#24555) --- tests/testdata/eval/env_file_missing.out | 2 +- tests/testdata/run/env_file_missing.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testdata') diff --git a/tests/testdata/eval/env_file_missing.out b/tests/testdata/eval/env_file_missing.out index 2ec371438..b9e219af3 100644 --- a/tests/testdata/eval/env_file_missing.out +++ b/tests/testdata/eval/env_file_missing.out @@ -1,2 +1,2 @@ -Warning The `--env` flag was used, but the environment file specified 'missing' was not found. +Warning The `--env-file` flag was used, but the environment file specified 'missing' was not found. undefined diff --git a/tests/testdata/run/env_file_missing.out b/tests/testdata/run/env_file_missing.out index 6ec9b298f..f50c1789e 100644 --- a/tests/testdata/run/env_file_missing.out +++ b/tests/testdata/run/env_file_missing.out @@ -1,4 +1,4 @@ -Warning The `--env` flag was used, but the environment file specified 'missing' was not found. +Warning The `--env-file` flag was used, but the environment file specified 'missing' was not found. undefined undefined undefined -- cgit v1.2.3