Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bensallen committed Mar 8, 2021
1 parent 633df64 commit 76b87f7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ duocli [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]

manage users

### add
### create

add a user
create a user

**--email, -e**="": email address of user

Expand All @@ -63,6 +63,8 @@ modify a user's attributes, add or remove group membership

**--addgroup, -g**="": add user to groups, adds to existing memberships, and can be specified multiple times to add user to multiple groups

**--create, -c**: create user if not found

**--delgroup, -G**="": remove user from groups, removes from existing memberships, and can be specified multiple times to remove user from multiple groups

**--email, -e**="": email address of user
Expand All @@ -75,10 +77,10 @@ modify a user's attributes, add or remove group membership

**--username, -u**="": username

### remove
### delete

remove user and any attached phones
delete user and any attached phones

**--phone, -P**: remove any phones found attached to the user before removing the user
**--phone, -P**: delete any phones found attached to the user before deleting the user

**--username, -u**="": username, can be specified multiple times

0 comments on commit 76b87f7

Please sign in to comment.