Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Sep 3, 2024
1 parent 2bb63ef commit f484fad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coyote

Coyote is a RabbitMQ message sink. The default routing key is `#` so every message in the given `exchange` is routed to a ephemeral `interceptor` queue.
Coyote is a RabbitMQ message sink. The default routing key is `#` so every message in the given `exchange` is routed to an `interceptor` queue.

## Install

Expand Down Expand Up @@ -31,20 +31,19 @@ USAGE:
--exchange myexchange1,myexchange2=mykey2 # Messages with or without routing keys in multiple exchanges

VERSION:
v0.14.0
v0.16.0

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--url value RabbitMQ url, must start with amqps:// or amqp://.
--exchange value Exchange & routing key combinations to listen messages.
--queue value Interceptor queue name. (default: "interceptor")
--queue value Interceptor queue name. If provided, interceptor queue will not be auto deleted.
--store value SQLite filename to store events.
--insecure Skips certificate verification. (default: false)
--noprompt Disables password prompt. (default: false)
--silent Disables terminal print. (default: false)
--persistent Creates a persistent interceptor queue. (default: false)
--help, -h show help
--version, -v print the version
```

0 comments on commit f484fad

Please sign in to comment.