Skip to main content
Version: 2.0.0

tdk permission list

List a user's permissions, or who has access to a project

tdk permission list \
--user admin \
--proj quickstart \
--format table
FlagTypeRequiredDescription
--user, -ustringOptionalList the effective flat permissions of this user. NOTE: This argument is mutually exclusive with arguments: [project].
--projstringOptionalList everyone with authority on this project. NOTE: This argument is mutually exclusive with arguments: [user].
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.