dt blob
Overview
This command interacts with the blob storage. You can read, write and list files in the cloud blob storage.
Synopsis
dt blob SUBCOMMAND [OPTIONS] [ARGUMENTS]
Available Subcommands
blob cp- Copy files to and from the blob storageblob put- Put a file in the blob storage with the specified content from stdin (send EOF (Ctrl+D) to end input)blob get- Print content of the file from blob storage into stdoutblob exists- Check if a file exists in the blob storageblob ls- List files at a prefix in the blob storageblob rm- Remove files in the blob storageblob set-acl- Set ACL on a blob or directoryblob get-acl- Get ACL of a blob or namespace
SEE ALSO
← Back to dt