help text for juju revoke needs improving

Bug #1569654 reported by Peter Matulis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
Medium
Reed O'Brien

Bug Description

e.g.:

Usage: juju revoke [options] <user name> <model name> ...

Summary:
Revokes access from a Juju user for a model.

Options:

--acl (= "read")
    Access control ('read' or 'write')
-c, --controller (= "")
    Controller to operate in

Details:
By default, the controller is the current controller.
Revoking write access, from a user who has that permission, will leave that user with read access. Revoking read access, however, also revokes write access.

Examples:

Revoke read (and write) access from user 'joe' for model 'mymodel':

    juju revoke joe mymodel

Revoke write access from user 'sam' for models 'model1' and 'model2':

    juju revoke --acl=write sam model1 model2

See also: grant

Tags: helpdocs
Changed in juju-core:
status: New → Triaged
importance: Undecided → Medium
milestone: none → 2.0-rc1
Changed in juju-core:
status: Triaged → In Progress
assignee: nobody → Reed O'Brien (reedobrien)
Revision history for this message
Reed O'Brien (reedobrien) wrote :

Output:

Usage: juju revoke [options] <user> <model name> ...

Summary:
Revokes access from a Juju user for a model.

Options:
--acl (= "read")
    Access control ('read' or 'write')
-c, --controller (= "")
    Controller to operate in

Details:
By default, the controller is the current controller.
Revoking write access, from a user who has that permission, will leave
that user with read access. Revoking read access, however, also revokes
write access.

Examples:
Revoke read (and write) access from user 'joe' for model 'mymodel':

    juju revoke joe mymodel

Revoke write access from user 'sam' for models 'model1' and 'model2':

    juju revoke --acl=write sam model1 model2

See also:
    grant

Changed in juju-core:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju-core:
status: Fix Committed → Fix Released
affects: juju-core → juju
Changed in juju:
milestone: 2.0-beta5 → none
milestone: none → 2.0-beta5
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.