Skip to content

Commit e515f41

Browse files
committed
Add environment variable for cecli config file path
1 parent 495cbfd commit e515f41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cecli/args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ def get_parser(default_config_files, git_root):
957957
"-c",
958958
"--config",
959959
is_config_file=True,
960+
env_var="CECLI_CONFIG_FILE",
960961
metavar="CONFIG_FILE",
961962
help=(
962963
"Specify the config file (default: search for .cecli.conf.yml in git root, cwd"

0 commit comments

Comments
 (0)