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

vessl run create [OPTIONS]
OptionDescription
-f, --file TEXTYAML file for run definition.
-d, --detached BOOLEANCreate run without logs.

List all runs in project

vessl run list

Read the run

vessl read RUN_ID

Display the logs of run

vessl run logs [OPTIONS] RUN_ID
OptionDescription
--tail INTEGERNumber of lines to display (from the end).
-f, --followContinue listing the log.

Terminate the run

vessl run terminate RUN_ID

Delete the run

vessl run delete RUN_ID

Update the run description

vessl run update RUN_ID DESCRIPTION