Overview

Run vessl volume --help to view the list of commands, or vessl volume [COMMAND] --help to view individual command instructions.

In most cases, you will not interact with volume files directly.

Commands

Copy a volume file

You can copy a volume file either from local to remote, remote to local, or remote to remote.

vessl volume copy [OPTIONS]
OptionDescription
--source-idSource volume file id. If not specified, source is assumed to be local.
--source-pathIf --source-id is empty, local source path. Otherwise, remote source path.
--dest-idDestination volume file id. If not specified, destination is assumed to be local.
--dest-pathIf --dest-id is empty, local destination path. Otherwise, remote destination path.
-r, --recursiveRequired both --source-id and --dest-id are specified, and --source-id is a directory.

Delete the volume file

vessl volume delete [OPTIONS] ID
ArgumentDescription
IDVolume file ID
OptionDescription
-r, --recursiveRequired if volume file is a directory

List volume files

vessl volume list [OPTIONS] ID
ArgumentDescription
IDVolume file ID
OptionDescription
-p, --pathPath within volume file (defaults to root)
-r, --recursiveRequired if path is a directory