Overview

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

Copy files within a dataset

This is not supported for externally sourced datasets.
vessl dataset copy [OPTIONS] NAME SOURCE DEST
ArgumentDescription
NAMEDataset name
SOURCESource path within the dataset
DESTDestination file path within
OptionDescription
-r, --recursiveRequired if source file is a directory

Create a dataset

vessl dataset create [OPTIONS] NAME
ArgumentDescription
NAMEDataset name
OptionDescription
-m, --descriptionDataset description
-e, --external-pathAWS S3 or Google Cloud Storage bucket URL
--aws-role-arnAWS Role ARN to access S3
--enable-versioningEnable versioning
--version-pathVersioning bucket path

Delete a file within a dataset

This is not supported for externally sourced datasets.
vessl dataset delete-file [OPTIONS] NAME PATH
ArgumentDescription
NAMEDataset name
PATHFile path
OptionDescription
-r, --recursiveRequired if file is a directory

Download dataset files

vessl dataset download [OPTIONS] NAME SOURCE DEST
ArgumentDescription
NAMEDataset name
SOURCESource path within the dataset
DESTLocal destination path

List all datasets

vessl dataset list

List dataset files

vessl dataset list-files [OPTIONS] NAME
ArgumentDescription
NAMEDataset name
OptionDescription
-p, --pathDirectory path to list (defaults to root)
-r, --recursiveList files recursively

View information on the dataset

vessl dataset read [OPTIONS] NAME
ArgumentDescription
NAMEDataset name

Upload files to a dataset

vessl dataset upload NAME SOURCE DEST
ArgumentDescription
NAMEDataset name
SOURCELocal source path
DESTDestination path within the dataset