Skip to content

Commit b9be509

Browse files
committed
Update generated docs for 3.19.0
1 parent 9b7bba1 commit b9be509

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ To install the latest version, use:
1414
gh extension install github.com/github/gh-es
1515
```
1616

17-
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.18.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
17+
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.19.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
1818

1919
```bash
20-
gh extension install github.com/github/gh-es --pin v3.18.0
20+
gh extension install github.com/github/gh-es --pin v3.19.0
2121
```
2222

2323
## Supported versions
@@ -28,7 +28,8 @@ The following versions of GHES are supported by this CLI. Please refer to the [U
2828
* [3.15](https://github.com/github/gh-es/blob/3.15/README.md)
2929
* [3.16](https://github.com/github/gh-es/blob/3.16/README.md)
3030
* [3.17](https://github.com/github/gh-es/blob/3.17/README.md)
31-
* [3.18](https://github.com/github/gh-es/blob/main/README.md)
31+
* [3.18](https://github.com/github/gh-es/blob/3.18/README.md)
32+
* [3.19](https://github.com/github/gh-es/blob/main/README.md)
3233

3334
## Usage
3435

USAGE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -470,16 +470,16 @@ Check config apply events on all configured nodes.
470470

471471
```bash
472472
# Check config-apply events on all nodes.
473-
$ gh es config get-apply-events"
473+
$ gh es config get-apply-events
474474

475475
# Check config-apply events on a specific node identified by its UUID (node metadata can be retrieved with 'gh es config metadata').
476-
$ gh es config get-apply-events" --uuid 12345678-1234-1234-1234-123456789012
476+
$ gh es config get-apply-events --uuid 12345678-1234-1234-1234-123456789012
477477

478478
# Check config-apply events on all nodes with a specific cluster role.
479-
$ gh es config get-apply-events" --cluster-role WebServer
479+
$ gh es config get-apply-events --cluster-role WebServer
480480

481-
# Check config-apply events on all nodes with a specific evnt id.
482-
$ gh es config get-apply-events" --event-id 12345678
481+
# Check config-apply events on all nodes with a specific event id.
482+
$ gh es config get-apply-events --event-id 12345678
483483
```
484484

485485
## gh es config get-license
@@ -852,7 +852,7 @@ Set GHES topology configuration by providing a path to the cluster configuration
852852
### Examples
853853

854854
```bash
855-
$ gh es topologyconfig set --config /data/user/common/cluster.conf"
855+
$ gh es topologyconfig set --config /data/user/common/cluster.conf
856856
```
857857

858858
## gh es topologyconfig verify

0 commit comments

Comments
 (0)