-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OPIK-50] Add cli.py #182
[OPIK-50] Add cli.py #182
Conversation
…d-stop-the-opik-server
@AndreiCautisanu please test |
…ik cli invoke the click group directly
At @alexkuzmik's request, I went ahead and made some changes to this PR to integrate the
To accomplish this I:
|
LGTM |
Tested on Mac: issue with Docker Daemon start after starting Docker Desktop - cannot confirm whether this is fault of installer or not fully clean machine after uninstalling Docker Desktop to test. Summary: after uninstalling Docker and running installer, the Docker Desktop instance that is started with the Tested on Linux: all ok |
…d-stop-the-opik-server
Details
Adds cli.py to support commands
opik server install
opik server upgrade
In case there are any extra arguments passed, opik cli ignores them and just passes to
opik-installer
.If
opik-installer
is not installed, it's being installed when any of these commands is called.Testing
Tested manually,
opik server install
should trigger correspondingopik-server install
command fromopik-installer
package. Similarly foropik
server upgrade.