vessl storage --help
to view the list of commands, or vessl storage [COMMAND] --help
to view individual command instructions.
Argument | Description |
---|---|
NAME | Name of the storage |
Option | Description |
---|---|
--storage-type | (Required) Type of the storage. Options: s3, gcs, nfs, host-path. |
--path | (Required) Path to the storage. The format depends on the storage type:
|
--credential-name | Credential name registered in vessl credentials. This option is only required when storage type is |
--cluster-name | Cluster name of registered in vessl. This option is only required when storage type is |
vessl-storage
.Argument | Description |
---|---|
NAME | Name of the storage |
Argument | Description |
---|---|
NAME | Name of the volume |
Option | Description |
---|---|
--storage-name | (Required) Name of the storage. |
--tag | Tag(s) of the storage. You can attach multiple tags by specifying this option multiple times. |
Option | Description |
---|---|
--storage-name | (Required) Name of the storage. |
--keyword | Keyword to search for. |
Argument | Description |
---|---|
NAME | Name of the volume |
Option | Description |
---|---|
--storage-name | (Required) Name of the storage. |
Argument | Description |
---|---|
SOURCE | Source path. The source can be either a local file path or a VESSL volume. If the source is a VESSL volume, |
DEST | Destination path. The destination can be either a local file path or a VESSL volume. If the destination is a VESSL volume, |
SOURCE
or DEST
) must be a local path, and the other must be a VESSL volume path.Argument | Description |
---|---|
PATH | VESSL volume path. PATH must follow the format: vessl://{STORAGE_NAME}/{VOLUME_NAME} |
Argument | Description |
---|---|
PATH | VESSL volume path. PATH must follow the format: vessl://{STORAGE_NAME}/{VOLUME_NAME}/{FILE_PATH} |
Option | Description |
---|---|
-r , --recursive | Required if target file is a directory |