Skip to content

Commit

Permalink
missing documentation will bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmportella committed Feb 20, 2017
1 parent 55ea00b commit b10508d
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,39 @@ The docker container supports Docker API Socket as a volume (not recommended) or
Should be simple to run the application locally it differs just slightly between OS.

```
docker-beat - Version: 0.0.3 Branch: master Revision: 973cff0. OSArch: linux/amd64.
docker-beat - Version: 0.0.5 Branch: master Revision: 55ea00b. OSArch: linux/amd64.
Daniel Portella (c) 2016
Usage of ./bin/docker-beat:
-consumer string
Consumer to use: webhook, rabbitmq, etc. (default "console")
Consumer to use: Webhook, Rabbitmq, etc. (default "console")
-docker-endpoint string
The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
-help
Prints the help information.
Prints the help information.
-rabbitmq-endpoint string
rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
-rabbitmq-exchange string
rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
-rabbitmq-exchange-type string
rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
-rabbitmq-reliable
rabbitmq: The ensures messages published are confirmed.
rabbitmq: The ensures messages published are confirmed.
-rabbitmq-routing-key string
rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
-verbose
Redirect trace information to the standard out.
Redirect trace information to the standard out.
-webhook-endpoint string
webhook: The URL that events will be POSTed too.
webhook: The URL that events will be POSTed too.
-webhook-indent
webhook: Indent the json output.
webhook: Indent the json output.
-webhook-skip-ssl-verify
webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
-websocket-endpoint string
websocket: The URL that events will be streamed too.
-websocket-origin string
websocket: The origin of the request to be used in the web socket stream.
-websocket-protocol string
websocket: The protocol to be used in the web socket stream.
```

### Linux, Darwin and FreeBSD
Expand Down

0 comments on commit b10508d

Please sign in to comment.