Log in into Valohai.
Usage
Usage: vh login [OPTIONS]
Options
username
:- Type: STRING
- Default:
none
- Usage:
vh login --username -u
Your Valohai username
password
:- Type: STRING
- Default:
none
- Usage:
vh login --password -p
Your Valohai password
token
:- Type: STRING
- Default:
none
- Usage:
vh login --token -t
A Valohai API token (instead of username and password)
host
:- Type: STRING
- Default:
none
- Usage:
vh login --host -h
Valohai host to login on (for private installations)
verify_ssl
:- Type: BOOL
- Default:
true
- Usage:
vh login --verify-ssl
Whether to verify SSL connections (this setting is persisted)
ca_file
:- Type: STRING
- Default:
none
- Usage:
vh login --ca-file
Path to bundle file or directory with trusted SSL certificates (this setting is persisted)
yes
:- Type: BOOL
- Default:
false
- Usage:
vh login --yes -y
Assume yes
to confirmation prompts.
help
:- Type: BOOL
- Default:
false
- Usage:
vh login --help
Show this message and exit.
CLI Help
Usage: login [OPTIONS]
Log in into Valohai.
Options:
-u, --username TEXT Your Valohai username
-p, --password TEXT Your Valohai password
-t, --token TEXT A Valohai API token (instead of username and
password)
-h, --host TEXT Valohai host to login on (for private
installations)
--verify-ssl / --no-verify-ssl Whether to verify SSL connections (this
setting is persisted)
--ca-file TEXT Path to bundle file or directory with
trusted SSL certificates (this setting is
persisted)
-y, --yes Assume `yes` to confirmation prompts.
--help Show this message and exit.