Valohai CLI (command-line interface) is a Python command-line client to manage Valohai projects. valohai-cli
is an optional way of interacting with projects in the same capacity as our web user interface and API.
The command-line interface is best suited for iterative development, debugging, and automation.
Using valohai-cli
valohai-cli
supports Python 3.4+ and works on macOS, Windows and Linux.
You can install valohai-cli
from pip:
pip install valohai-cli
And now you have the vh command
available in your terminal.
vh
# Usage: vh [OPTIONS] COMMAND [ARGS]...
If you want to get an overview how the client works, check out our Valohai CLI quick start.
Comments
0 comments
Please sign in to leave a comment.