Skip to content

Commit

Permalink
Remove redundent content.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 2, 2023
1 parent 254c38b commit 1768267
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,49 +356,9 @@ In Production:
docker compose run app bin/thor list
```

Examples include:
See [Operating Documentation](docs/operating_documentation.md) for more details.

```
case
----
thor case:create NAME ... # creates a new case
thor case:share CASEID TEAMID # shares case with an team
ratings
-------
thor ratings:generate SOLRURL FILENAME # generates random ratings into a .csv file
thor ratings:import CASEID FILENAME # imports ratings to a case
user
----
thor user:create EMAIL USERNAME PASSWORD # creates a new user
thor user:grant_administrator EMAIL # grant administrator privileges to user
thor user:reset_password EMAIL NEWPASSWORD # resets user's password
```

To see more details about any of the tasks, run `bin/docker r thor help TASKNAME`:

```
thor help user:create
Usage:
thor user:create EMAIL USERNAME PASSWORD

Options:
-a, [--administrator], [--no-administrator]
Description:
`user:create` creates a new user with the passed in email, name and password.
EXAMPLES:
$ thor user:create [email protected] "Eric Pugh" mysuperstrongpassword
With -a option, will mark the user as Administrator
EXAMPLES:
$ thor user:create -a [email protected] Administrator mysuperstrongpassword
```

# Elasticsearch

Expand Down

0 comments on commit 1768267

Please sign in to comment.