Add --config-ref flag. #939

Merged
telackey merged 2 commits from telackey/configref into main 2024-08-28 17:32:53 +00:00
Showing only changes of commit 434dc07bd7 - Show all commits

View File

@ -89,7 +89,7 @@ def command(
fatal(f"Unable to locate deployer: {deployer}")
if env_file and config_ref:
fatal(f"Cannot use --env-file and --config-ref at the same time.")
fatal("Cannot use --env-file and --config-ref at the same time.")
# If env_file
if env_file: