vessl run --help
to view list of commands, or vessl run [COMMAND] --help
for detailed instructions on individual command.
By default the run command uses default project configured by vessl configure
.
vessl whoami
.vessl configure --reset
.vessl run ssh {RUN_ID} --project {PROJECT_NAME}
.Option | Description |
---|---|
-f , --file TEXT | YAML file for run definition. |
-w , --watch BOOLEAN | Wait for the Run to be scheduled and then stream logs to the console. |
Option | Description |
---|---|
--tail INTEGER | Number of lines to display (from the end). |
-f , --follow | Continue listing the log. |
Option | Description |
---|---|
-p , --key-path | SSH private key path. |