We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4334b commit 34a829cCopy full SHA for 34a829c
1 file changed
src/datapilot/cli/decorators.py
@@ -62,9 +62,6 @@ def wrapper(token, instance_name, backend_url, *args, **kwargs):
62
file_config = load_config_from_file()
63
file_config = process_config(file_config)
64
65
- # Map config file keys to CLI option names
66
- config_mapping = {"altimateApiKey": "token", "altimateInstanceName": "instance_name", "altimateUrl": "backend_url"}
67
-
68
# Apply file config first, then override with CLI arguments if provided
69
final_token = token
70
final_instance_name = instance_name
0 commit comments