Updates for 0.7.2, new logo

This commit is contained in:
Derek Collison 2015-12-09 12:25:21 -08:00
parent 3731a44b90
commit 45d33e1726
2 changed files with 13 additions and 4 deletions

View File

@ -15,7 +15,7 @@
# use -p or -P as needed. # use -p or -P as needed.
$ docker run -d --name nats-main nats $ docker run -d --name nats-main nats
[INF] Starting gnatsd version 0.6.6 [INF] Starting gnatsd version 0.7.2
[INF] Starting http monitor on port 8222 [INF] Starting http monitor on port 8222
[INF] Listening for route connections on 0.0.0.0:6222 [INF] Listening for route connections on 0.0.0.0:6222
[INF] Listening for client connections on 0.0.0.0:4222 [INF] Listening for client connections on 0.0.0.0:4222
@ -28,7 +28,7 @@ $ docker run -d --name=nats-2 --link nats-main nats --routes=nats-route://ruser:
# If you want to verify the routes are connected, try # If you want to verify the routes are connected, try
$ docker run -d --name=nats-2 --link nats-main nats --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV $ docker run -d --name=nats-2 --link nats-main nats --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
[INF] Starting gnatsd version 0.6.6 [INF] Starting gnatsd version 0.7.2
[INF] Starting http monitor on port 8222 [INF] Starting http monitor on port 8222
[INF] Listening for route connections on :6222 [INF] Listening for route connections on :6222
[INF] Listening for client connections on 0.0.0.0:4222 [INF] Listening for client connections on 0.0.0.0:4222
@ -80,13 +80,14 @@ Server Options:
-p, --port PORT Use PORT for clients (default: 4222) -p, --port PORT Use PORT for clients (default: 4222)
-P, --pid FILE File to store PID -P, --pid FILE File to store PID
-m, --http_port PORT Use HTTP PORT for monitoring -m, --http_port PORT Use HTTP PORT for monitoring
-ms,--https_port PORT Use HTTPS PORT for monitoring
-c, --config FILE Configuration File -c, --config FILE Configuration File
Logging Options: Logging Options:
-l, --log FILE File to redirect log output -l, --log FILE File to redirect log output
-T, --logtime Timestamp log entries (default: true) -T, --logtime Timestamp log entries (default: true)
-s, --syslog Enable syslog as log method. -s, --syslog Enable syslog as log method
-r, --remote_syslog Syslog server addr (udp://localhost:514). -r, --remote_syslog Syslog server addr (udp://localhost:514)
-D, --debug Enable debugging output -D, --debug Enable debugging output
-V, --trace Trace the raw protocol -V, --trace Trace the raw protocol
-DV Debug and Trace -DV Debug and Trace
@ -95,10 +96,18 @@ Authorization Options:
--user user User required for connections --user user User required for connections
--pass password Password required for connections --pass password Password required for connections
TLS Options:
--tls Enable TLS, do not verify clients (default: false)
--tlscert FILE Server certificate file
--tlskey FILE Private key for server certificate
--tlsverify Enable TLS, very client certificates
--tlscacert FILE Client certificate CA for verification
Cluster Options: Cluster Options:
--routes [rurl-1, rurl-2] Routes to solicit and connect --routes [rurl-1, rurl-2] Routes to solicit and connect
Common Options: Common Options:
-h, --help Show this message -h, --help Show this message
-v, --version Show version -v, --version Show version
--help_tls TLS help.
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB