From e515f41ca7b4d6d8e9975558b6ead86aa341b218 Mon Sep 17 00:00:00 2001 From: Gopar Date: Thu, 29 Jan 2026 18:11:20 -0800 Subject: [PATCH] Add environment variable for cecli config file path --- cecli/args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cecli/args.py b/cecli/args.py index e0c03de4c54..c8edebd89a9 100644 --- a/cecli/args.py +++ b/cecli/args.py @@ -957,6 +957,7 @@ def get_parser(default_config_files, git_root): "-c", "--config", is_config_file=True, + env_var="CECLI_CONFIG_FILE", metavar="CONFIG_FILE", help=( "Specify the config file (default: search for .cecli.conf.yml in git root, cwd"