Skip to content

dt cost set-budget-acl

Overview

Replace budget ACL from flags (admin only). If no ACL flags are passed, ACL is replaced with an empty object.

Synopsis

dt cost set-budget-acl [OPTIONS] <name> 

Options

  • -g, --groups=<groups>
    Group permissions (format: name:[r][o])

  • -o, --others=<others>
    Default permissions for others ([r][o])

  • -u, --users=<users>
    User permissions (format: name:[r][o])

Arguments

  • name (required)
    Type: String
    Budget name

Examples

Set ACL

dt cost set-budget-acl my_budget --users tester:ro --groups developers:o

SEE ALSO

← Back to dt cost