You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
While migrating from using the orchestrator command line tool to orchestrator-client to ensure that all access is done via an https interface I notice some differences:
sudo required as my /etc/orchestrator.conf.json configuration is only readable by root.
If I want to do the same with orchestrator-client I first setup something in /etc/profile.d/orchestrator-client.sh which will configure an appropriate setting for ORCHESTRATOR_API.
However, now running this I use the same input and get:
$ orchestrator-client -c topology
instance|alias must be provided
This is not required using the orchestrator binary.
Several orchestrator commands allow the use of an implicit -i xxxxx value and I'd like to do the same (for compatibility) in orchestrator-client.
What's the best way from your perspective to approach this? On a case by case basis where I notice this functionality is missing, or in a more general manner? I can take a look at providing a patch but wasn't sure your preferred approach and first wanted to report the issue.