Skip to content

dt blob ls

Overview

List files at a prefix in the blob storage

Synopsis

dt blob ls [OPTIONS] <bucket_name> 

Options

  • -r, --recursive
    Recursive listing of files

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

Arguments

  • bucket_name (required)
    Type: String
    Bucket name

Examples

List all files under a certain prefix

dt blob ls mybucket my
dt blob ls mybucket/my
dt blob ls blob://mybucket/my

SEE ALSO

← Back to dt blob