None
Usage
Usage: vh [OPTIONS] COMMAND [ARGS]...
Options
debug
:- Type: BOOL
- Default:
false
- Usage:
vh --debug
Enable debug logging.
output_format
:- Type: Choice([‘human’, ‘csv’, ‘tsv’, ‘scsv’, ‘psv’, ‘json’])
- Default:
human
- Usage:
vh --output-format --table-format
Set the output format for various data.
valohai_host
:- Type: STRING
- Default:
none
- Usage:
vh --valohai-host
Override the Valohai API host (default https://app.valohai.com/)
valohai_token
:- Type: STRING
- Default:
none
- Usage:
vh --valohai-token
Use this Valohai authentication token
project_id
:- Type: UUID
- Default:
none
- Usage:
vh --project
(Advanced) Override the project ID
project_mode
:- Type: STRING
- Default:
none
- Usage:
vh --project-mode
(Advanced) When using –project, set the project mode
project_root
:- Type:
- Default:
none
- Usage:
vh --project-root
(Advanced) When using –project, set the project root directory
help
:- Type: BOOL
- Default:
false
- Usage:
vh --help
Show this message and exit.
CLI Help
Usage: cli [OPTIONS] COMMAND [ARGS]...
Options:
--debug / --no-debug Enable debug logging.
--output-format, --table-format [human|csv|tsv|scsv|psv|json]
Set the output format for various data.
--valohai-host URL Override the Valohai API host (default
https://app.valohai.com/) [env var:
VALOHAI_HOST]
--valohai-token SECRET Use this Valohai authentication token [env
var: VALOHAI_TOKEN]
--project UUID (Advanced) Override the project ID [env
var: VALOHAI_PROJECT]
--project-mode local|remote (Advanced) When using --project, set the
project mode [env var:
VALOHAI_PROJECT_MODE]
--project-root DIR (Advanced) When using --project, set the
project root directory [env var:
VALOHAI_PROJECT_ROOT]
--help Show this message and exit.
Commands:
alias
data
deployment
environments
execution
init
lint
login Log in into Valohai.
logout Remove local authentication token.
parcel
pipeline
project
update-check
yaml
Commands (alias ...):
alias list
Commands (data ...):
data list
Commands (deployment ...):
deployment create-version
Commands (execution ...):
execution delete
execution info
execution list
execution logs
execution open
execution outputs
execution run
execution stop
execution summarize
execution watch
Commands (pipeline ...):
pipeline run
Commands (project ...):
project commits
project create Create a new project and optionally link it to the
directory.
project fetch
project link
project list
project open
project status
project unlink
Commands (yaml ...):
yaml pipeline
yaml step