File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 keys manage ssh keys used for `git push` deployments
2525 perms manage permissions for applications
2626
27- Developer shortcut commands::
27+ Shortcut commands, use ``deis shortcuts`` to see all ::
2828
2929 create create a new application
3030 scale scale processes by type (web=2, worker=1)
Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ Use ``deis run`` to execute commands on the deployed application.
5757
5858 Share the Application
5959---------------------
60- Use ``deis sharing :add `` to allow another Deis user to collaborate on your application.
60+ Use ``deis perms :add `` to allow another Deis user to collaborate on your application.
6161
6262.. code-block :: console
6363
64- $ deis sharing :add otheruser
64+ $ deis perms :add otheruser
6565 Adding otheruser to peachy-waxworks collaborators... done
6666
67- Use ``deis sharing `` to see who an application is currently shared with, and
68- ``deis sharing :remove `` to remove a collaborator.
67+ Use ``deis perms `` to see who an application is currently shared with, and
68+ ``deis perms :remove `` to remove a collaborator.
6969
7070.. note ::
7171 Collaborators can do anything with an application that its owner can do,
You can’t perform that action at this time.
0 commit comments