Skip to content

Commit

Permalink
Merge pull request #647 from remyleone/patch-1
Browse files Browse the repository at this point in the history
add documentation about the configuration files
  • Loading branch information
ripienaar authored Dec 6, 2022
2 parents 30d1d80 + 823d17b commit f52f94b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Known contexts:

The context is selected as default, use `nats context --help` to see how to add, remove and edit contexts.

### Configuration file

nats-cli stores contextes in `~/.config/nats/context`. Those contextes are stored as JSON documents. You can find the description and expected value for this configuration file by running `nats --help` and look for the global flags.

### JetStream management

For full information on managing JetStream please refer to the [JetStream Documentation](https://docs.nats.io/jetstream)
Expand Down

0 comments on commit f52f94b

Please sign in to comment.