parent
38cefbc9cb
commit
92c59ead6f
|
@ -131,7 +131,7 @@ nats 工具是以前 nats-sub 和 nats-pub 等工具的集合,可通过该工
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 添加 Context
|
# 添加 Context
|
||||||
nats [--user=<user>] [--password=<password>] context add <name> --server <network addr:port> --description <description>
|
nats [--user=<user>] [--password=<password>] context add <name> --server <nats://network addr:port> --description <description>
|
||||||
# 查看全部已添加的 Context
|
# 查看全部已添加的 Context
|
||||||
nats context ls
|
nats context ls
|
||||||
# 激活某 Context
|
# 激活某 Context
|
||||||
|
|
Loading…
Reference in New Issue