Skip to content

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 storage
  • blob 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 stdout
  • blob exists - Check if a file exists in the blob storage
  • blob ls - List files at a prefix in the blob storage
  • blob rm - Remove files in the blob storage
  • blob set-acl - Set ACL on a blob or directory
  • blob get-acl - Get ACL of a blob or namespace

SEE ALSO

← Back to dt