Skip to content

Commit 9d611f5

Browse files
committed
update for 0.0.13
1 parent 973b3c6 commit 9d611f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/documentation/ouctl.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The `ouctl` utility simplifies the deployment of OpenUnison's helm charts. It al
44

55
## Downloads
66

7-
* [Linux](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.11-linux)
8-
* [Windows](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.11-win.exe)
9-
* [MacOS](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.11-macos)
7+
* [Linux](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.13-linux)
8+
* [Windows](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.13-win.exe)
9+
* [MacOS](https://nexus.tremolo.io/repository/ouctl/ouctl-0.0.13-macos)
1010

1111
Rename the downloaded file to `ouctl` (or `ouctl.exe` on windows).
1212

@@ -23,8 +23,7 @@ brew install openunison/ouctl/ouctl
2323
The `ouctl` utility can be installed as a kubectl plugin using krew as a self-hosted plugin (the krew project does not accept installation utilities). This method supports Linux, macOS, and Windows.
2424

2525
```
26-
curl https://nexus.tremolo.io/repository/ouctl/ouctl.yaml > /tmp/ouctl.yaml
27-
kubectl krew install --manifest=/tmp/ouctl.yaml
26+
kubectl krew install --manifest-url=https://nexus.tremolo.io/repository/ouctl/ouctl.yaml
2827
```
2928

3029

0 commit comments

Comments
 (0)