From df06f3387162c48f50fe91aa39fef1c0774f46ea Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 5 Feb 2021 14:59:41 -0600 Subject: [PATCH] updates based on RI changes to README --- jetstream/administration/administration.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jetstream/administration/administration.md b/jetstream/administration/administration.md index 8dcd564..1abfecb 100644 --- a/jetstream/administration/administration.md +++ b/jetstream/administration/administration.md @@ -1,11 +1,13 @@ ## Administration and Usage from the CLI -Once the server is running it's time to use the management tool. This can be downloaded from the [GitHub Release Page](https://github.com/nats-io/jetstream/releases/) or you can use the `synadia/jsm:latest` docker image. +Once the server is running it's time to use the management tool. This can be downloaded from the [GitHub Release Page](https://github.com/nats-io/natscli/releases/) or you can use the `synadia/jsm:latest` docker image. On OS X homebrew can be used to install the latest version: -``` +```nohighlight +$ brew tap nats-io/nats-tools +$ brew install nats-io/nats-tools/nats $ nats --help usage: nats [] [ ...] -NATS Management Utility +NATS Utility Flags: --help Show context-sensitive help (also try --help-long and --help-man). @@ -27,4 +29,4 @@ We'll walk through the above scenario and introduce features of the CLI and of J Throughout this example, we'll show other commands like `nats pub` and `nats sub` to interact with the system. These are normal existing core NATS commands and JetStream is fully usable by only using core NATS. -We'll touch on some additional features but please review the section on the design model to understand all possible permutations. \ No newline at end of file +We'll touch on some additional features but please review the section on the design model to understand all possible permutations.