tdk permission list
List a user's permissions, or who has access to a project
tdk permission list \
--user admin \
--proj quickstart \
--format table
| Flag | Type | Required | Description |
|---|---|---|---|
--user, -u | string | Optional | List the effective flat permissions of this user. NOTE: This argument is mutually exclusive with arguments: [project]. |
--proj | string | Optional | List everyone with authority on this project. NOTE: This argument is mutually exclusive with arguments: [user]. |
-o, --format | table | json | yaml | Optional | Output format. Defaults to table. |