Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemare committed Jun 7, 2024
1 parent cf145fb commit da2ddc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/target
/classes
/checkouts
/scripts
/.idea
*.iml
profiles.clj
Expand Down
11 changes: 11 additions & 0 deletions CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,14 @@ hostname (default localhost, port 8080).
### worker

This action starts a worker.

### test-rio

This action tests if the RIO queue is up or down. If the queue is up, it will exit with code 0.
If it is down, it will print a warning and exit with code -1.

Example:

```sh
lein mapper test-rio uni-id
```
2 changes: 1 addition & 1 deletion src/nl/surf/eduhub_rio_mapper/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
("dry-run-upsert" "link")
(pprint/pprint result)

"show"
("show" "test-rio")
nil

"resolve"
Expand Down

0 comments on commit da2ddc8

Please sign in to comment.