1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 03:17:57 +01:00

odps-auth: update

Change-Id: I7164568e8ee03ae503cf07cf6bbd5d370395e428
This commit is contained in:
程亦超(何兮) 2016-05-12 21:19:55 +08:00
parent 995fa02631
commit 18d901ba46

View file

@ -4,15 +4,15 @@
- Show authorities of a user:
`show grants for {{account_name}};`
`show grants for {{user_name}};`
- Add user to current project:
`add user {{account_name}};`
`add user {{user_name}};`
- Grant a set of authorities to a user:
`grant {{action_list}} on {{object}} {{object_name}} to user {{account_name}};`
`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};`
- Create a role: