dt blob get
Overview
Print content of the file from blob storage into stdout
Synopsis
dt blob get <bucket_name> [<file_name>]
Arguments
-
bucket_name(required)
Type:String
The bucket name followed by the file name mybucket/myfile -
file_name(optional)
Type:String
Destination file name
Examples
Get a file from the blob storage and print it to stdout
dt blob get mybucket myfile
dt blob get mybucket/myfile
dt blob get blob://mybucket/myfile
SEE ALSO
← Back to dt blob