Overview
Runvessl 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. - To change your current project, run
vessl run ssh {RUN_ID} --project {PROJECT_NAME}.

