Skip to content

Commit

Permalink
Removed admin and team lead commands for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueschen1 committed Oct 8, 2018
1 parent 9c7c4cd commit 1eff942
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions docs/UserCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
## Options to specify input

* `edit`
* `--name` yourname
* `--email` emailaddress
* `--pos` yourposition
* `--github` yourrepo
* `--major` yourmajor
* `--bio` yourbio
* `--name` NAME
* `--email` ADDRESS
* `--pos` YOURPOSITION
* `--github` YOURREPO
* `--major` YOURMAJOR
* `--bio` YOURMAJOR
* edit properties of your Launch Pad profile
* ADMIN or TEAM LEAD only option: `--member` MEMBER_ID
* edit properties of another user's Launch Pad profile
Expand All @@ -24,26 +24,4 @@
## ADMIN only

* `delete` MEMBER_ID
* permanently delete member's Launch Pad profile

* `admin`
* `--add` MEMBER_ID
* make existing user admin
* `--remove` MEMBER_ID
* remove admin rights from user

* `lead`
* `--add` MEMBER_ID
* make existing user team lead
* `--remove` MEMBER_ID
* remove existing user as team lead

## TEAM LEAD only

* `add`
* `--team` TEAM_ID `--member` MEMBER_ID
* add user to team

* `remove`
* `--team` TEAM_ID `--member` MEMBER_ID
* remove user from team
* permanently delete member's Launch Pad profile

0 comments on commit 1eff942

Please sign in to comment.