Merge pull request #354 from fluxcd/windows-exe
Add Windows OS to CLI install docs
This commit is contained in:
@@ -33,7 +33,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
|||||||
. <(gotk completion bash)
|
. <(gotk completion bash)
|
||||||
```
|
```
|
||||||
|
|
||||||
Binaries for macOS and Linux AMD64/ARM64 are available to download on the
|
Binaries for macOS, Windows and Linux AMD64/ARM are available to download on the
|
||||||
[release page](https://github.com/fluxcd/toolkit/releases).
|
[release page](https://github.com/fluxcd/toolkit/releases).
|
||||||
|
|
||||||
Verify that your cluster satisfies the prerequisites with:
|
Verify that your cluster satisfies the prerequisites with:
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ Features:
|
|||||||
Links:
|
Links:
|
||||||
|
|
||||||
- Source code [fluxcd/helm-controller](https://github.com/fluxcd/helm-controller)
|
- Source code [fluxcd/helm-controller](https://github.com/fluxcd/helm-controller)
|
||||||
- Specification [docs](https://github.com/fluxcd/helm-controller/tree/master/docs/spec)
|
- Specification [docs](https://github.com/fluxcd/helm-controller/tree/main/docs/spec)
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ Features:
|
|||||||
Links:
|
Links:
|
||||||
|
|
||||||
- Source code [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller)
|
- Source code [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller)
|
||||||
- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/master/docs/spec)
|
- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/main/docs/spec)
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ based on event severity and involved objects.
|
|||||||
Links:
|
Links:
|
||||||
|
|
||||||
- Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller)
|
- Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller)
|
||||||
- Specification [docs](https://github.com/fluxcd/notification-controller/tree/master/docs/spec)
|
- Specification [docs](https://github.com/fluxcd/notification-controller/tree/main/docs/spec)
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ Features:
|
|||||||
Links:
|
Links:
|
||||||
|
|
||||||
- Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller)
|
- Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller)
|
||||||
- Specification [docs](https://github.com/fluxcd/source-controller/tree/master/docs/spec)
|
- Specification [docs](https://github.com/fluxcd/source-controller/tree/main/docs/spec)
|
||||||
@@ -34,7 +34,8 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
|||||||
```
|
```
|
||||||
|
|
||||||
The install script downloads the gotk binary to `/usr/local/bin`.
|
The install script downloads the gotk binary to `/usr/local/bin`.
|
||||||
Binaries for macOS and Linux AMD64/ARM are available for download on the
|
|
||||||
|
Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the
|
||||||
[release page](https://github.com/fluxcd/toolkit/releases).
|
[release page](https://github.com/fluxcd/toolkit/releases).
|
||||||
|
|
||||||
To configure your shell to load gotk completions add to your Bash profile:
|
To configure your shell to load gotk completions add to your Bash profile:
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
|||||||
Command-line completion for `zsh`, `fish`, and `powershell`
|
Command-line completion for `zsh`, `fish`, and `powershell`
|
||||||
are also supported with their own sub-commands.
|
are also supported with their own sub-commands.
|
||||||
|
|
||||||
Binaries for macOS and Linux AMD64/ARM are available for download on the
|
Binaries for macOS, Windows and Linux AMD64/ARM are available for download on the
|
||||||
[release page](https://github.com/fluxcd/toolkit/releases).
|
[release page](https://github.com/fluxcd/toolkit/releases).
|
||||||
|
|
||||||
Verify that your cluster satisfies the prerequisites with:
|
Verify that your cluster satisfies the prerequisites with:
|
||||||
|
|||||||
Reference in New Issue
Block a user