fix completions and interactive client

This commit is contained in:
Nader Arbabian
2025-08-11 12:37:53 -07:00
parent 52ac4c0c1a
commit 0bf3247a34
2 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ def main():
client = APIClient(
endpoint_group_name=args.endpoint_group_name,
api_key=args.api_key,
server_url=args.server_url,
server_url=Endpoint.get_autoscaler_server_url(args.instance),
endpoint_api_key=endpoint_api_key,
)