CLI Reference
vessl run
Overview
Run 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
.
- To see the current default project, run
vessl whoami
. - To reset the default project, run
vessl configure --reset
.
Create a new run in project
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. |
List all runs in project
Read the run
Display the logs of run
Option | Description |
---|---|
--tail INTEGER | Number of lines to display (from the end). |
-f , --follow | Continue listing the log. |