Skip to content

dt blob get-acl

Overview

Get ACL of a blob or namespace

Synopsis

dt blob get-acl [OPTIONS] <path> 

Options

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

Arguments

  • path (required)
    Type: String
    Path to blob or namespace

Examples

Get ACL of a directory

dt blob get-acl blob:/{BLOB_STORAGE_PREFIX}datatailr-user-data/mydir

Get ACL of a file

dt blob get-acl blob://{BLOB_STORAGE_PREFIX}datatailr-user-data/myfile.txt

SEE ALSO

← Back to dt blob