Skip to content

kraft cloud volume import

kraft cloud volume import [FLAGS]

Examples

# Import data from a local directory "path/to/data" to a volume named "my-volume"
$ kraft cloud volume import --source path/to/data --volume my-volume

Options

-h, --help help for import
-s, --source string Path to the data source (directory, Dockerfile) (default ".")
-v, --volume string Identifier of an existing volume (name or UUID)

Options inherited from parent commands

--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

See Also