Skip to content

Commit b10508d

Browse files
committed
missing documentation will bump version
1 parent 55ea00b commit b10508d

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,39 @@ The docker container supports Docker API Socket as a volume (not recommended) or
2626
Should be simple to run the application locally it differs just slightly between OS.
2727

2828
```
29-
docker-beat - Version: 0.0.3 Branch: master Revision: 973cff0. OSArch: linux/amd64.
29+
docker-beat - Version: 0.0.5 Branch: master Revision: 55ea00b. OSArch: linux/amd64.
3030
Daniel Portella (c) 2016
3131
Usage of ./bin/docker-beat:
3232
-consumer string
33-
Consumer to use: webhook, rabbitmq, etc. (default "console")
33+
Consumer to use: Webhook, Rabbitmq, etc. (default "console")
3434
-docker-endpoint string
35-
The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
35+
The Url or unix socket address for the Docker Remote API. (default "unix:///var/run/docker.sock")
3636
-help
37-
Prints the help information.
37+
Prints the help information.
3838
-rabbitmq-endpoint string
39-
rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
39+
rabbitmq: The URL that events will be published too. (default "amqp://guest:guest@localhost:5672/")
4040
-rabbitmq-exchange string
41-
rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
41+
rabbitmq: The exchange docker-beat will publish messages too. (default "docker-beat")
4242
-rabbitmq-exchange-type string
43-
rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
43+
rabbitmq: The exchange type that docker-beat will create/connect too. (direct|fanout|topic|x-custom) (default "fanout")
4444
-rabbitmq-reliable
45-
rabbitmq: The ensures messages published are confirmed.
45+
rabbitmq: The ensures messages published are confirmed.
4646
-rabbitmq-routing-key string
47-
rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
47+
rabbitmq: The routing key for messages published to the exchange. (default: docker-event (default "docker-event")
4848
-verbose
49-
Redirect trace information to the standard out.
49+
Redirect trace information to the standard out.
5050
-webhook-endpoint string
51-
webhook: The URL that events will be POSTed too.
51+
webhook: The URL that events will be POSTed too.
5252
-webhook-indent
53-
webhook: Indent the json output.
53+
webhook: Indent the json output.
5454
-webhook-skip-ssl-verify
55-
webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
55+
webhook: Tells docker-beat to ignore ssl verification for the endpoint (not recommented).
56+
-websocket-endpoint string
57+
websocket: The URL that events will be streamed too.
58+
-websocket-origin string
59+
websocket: The origin of the request to be used in the web socket stream.
60+
-websocket-protocol string
61+
websocket: The protocol to be used in the web socket stream.
5662
```
5763

5864
### Linux, Darwin and FreeBSD

0 commit comments

Comments
 (0)