File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,11 +54,30 @@ pod "deis-controller-lto6v" deleted
5454Kubernetes will automatically start a new Pod with the new environment variables set. Note that you will incur downtime
5555for the Workflow API only. All running applications will continue to function.
5656
57- ## Promoting users to Administrators
57+ ## Managing Administrative Permissions
5858
59- You can use the ` deis perms ` command to promote a user to an administrator :
59+ You can use the ` deis perms ` command to promote a user to an admin :
6060
61- $ deis perms:create john --admin
61+ ```
62+ $ deis perms:create john --admin
63+ Adding john to system administrators... done
64+ ```
65+
66+ View current admins:
67+
68+ ```
69+ $ deis perms:list --admin
70+ === Administrators
71+ admin
72+ john
73+ ```
74+
75+ Demote admins to normal users:
76+
77+ ```
78+ $ deis perms:delete john --admin
79+ Removing john from system administrators... done
80+ ```
6281
6382## Login to Workflow
6483
You can’t perform that action at this time.
0 commit comments