Skip to content

Commit 9fc2449

Browse files
committed
Merge pull request #2574 from mboersma/doc-deis-perms
docs(manage-application): reference "deis perms", not "sharing" shortcut
2 parents 4be44ac + d668ce8 commit 9fc2449

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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)

docs/using_deis/manage-application.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)