Skip to content

Commit

Permalink
Fix docs that were broken by f1d32a9, and move CLI parts to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Sonefors committed Sep 29, 2022
1 parent 20598a3 commit 93a7abd
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 75 deletions.
62 changes: 31 additions & 31 deletions website/docs/installation.mdx
Expand Up @@ -30,16 +30,27 @@ This version of Weave GitOps is tested against the following Flux releases:
* 0.33
* 0.34

#### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl
### gitops CLI

```
brew install weaveworks/tap/gitops-ee
```
Weave GitOps includes a command-line interface to help users create and manage resources.

The `gitops` CLI is currently supported on Mac (x86 and Arm), and Linux - including Windows Subsystem for Linux (WSL).

Windows support is a [planned enhancement](https://github.com/weaveworks/weave-gitops/issues/663).

To install:

```console
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.6/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz

Alternatively, users can use Homebrew:

```console
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
```

### Install the Helm Chart
Expand Down Expand Up @@ -432,7 +443,19 @@ helm upgrade -i tf-controller tf-controller/tf-controller \
--namespace flux-system
```

Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.
Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.

### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl

```
brew install weaveworks/tap/gitops-ee
```

```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz
```

## AWS Marketplace
Weave GitOps is also available via the AWS Marketplace.
Expand Down Expand Up @@ -612,26 +635,3 @@ The quickest way to access your dashboard is by setting up a port forward:
kubectl port-forward svc/ww-gitops-weave-gitops -n flux-system 9001:9001
```
Then, [open the dashboard](http://localhost:9001/).

## gitops CLI

Weave GitOps includes a command-line interface to help users create and manage resources.

The `gitops` CLI is currently supported on Mac (x86 and Arm), and Linux - including Windows Subsystem for Linux (WSL).

Windows support is a [planned enhancement](https://github.com/weaveworks/weave-gitops/issues/663).

To install:

```console
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.6/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```

Alternatively, users can use Homebrew:

```console
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
```
26 changes: 13 additions & 13 deletions website/versioned_docs/version-0.9.5/installation.mdx
Expand Up @@ -30,18 +30,6 @@ This version of Weave GitOps is tested against the following Flux releases:
* 0.33
* 0.34

#### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl

```
brew install weaveworks/tap/gitops-ee
```

```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz
```

### Install the Helm Chart

Weave GitOps is provided through a Helm Chart and installed as a Flux resource through a `HelmRepository` and `HelmRelease`. To install on your cluster, adjust the following so that `username` is the username you want and `passwordHash` is a bcrypt hash of your password, and commit the file to the location bootstrapped with Flux so that it is synchronized to your Cluster.
Expand Down Expand Up @@ -432,7 +420,19 @@ helm upgrade -i tf-controller tf-controller/tf-controller \
--namespace flux-system
```

Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.
Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.

### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl

```
brew install weaveworks/tap/gitops-ee
```

```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz
```

## AWS Marketplace
Weave GitOps is also available via the AWS Marketplace.
Expand Down
62 changes: 31 additions & 31 deletions website/versioned_docs/version-0.9.6/installation.mdx
Expand Up @@ -30,16 +30,27 @@ This version of Weave GitOps is tested against the following Flux releases:
* 0.33
* 0.34

#### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl
### gitops CLI

```
brew install weaveworks/tap/gitops-ee
```
Weave GitOps includes a command-line interface to help users create and manage resources.

The `gitops` CLI is currently supported on Mac (x86 and Arm), and Linux - including Windows Subsystem for Linux (WSL).

Windows support is a [planned enhancement](https://github.com/weaveworks/weave-gitops/issues/663).

To install:

```console
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.6/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz

Alternatively, users can use Homebrew:

```console
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
```

### Install the Helm Chart
Expand Down Expand Up @@ -432,7 +443,19 @@ helm upgrade -i tf-controller tf-controller/tf-controller \
--namespace flux-system
```

Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.
Consult the TF-Controller [Installation](https://weaveworks.github.io/tf-controller/getting_started/) documentation for more details on which parameters are configurable and how to install a specific version.

### Install CLI
Install the Weave GitOps Enterprise CLI tool.
You can use brew or curl

```
brew install weaveworks/tap/gitops-ee
```

```
curl -O https://artifacts.wge.dev.weave.works/releases/bin/0.9.5/gitops-linux-x86_64.tar.gz
```

## AWS Marketplace
Weave GitOps is also available via the AWS Marketplace.
Expand Down Expand Up @@ -612,26 +635,3 @@ The quickest way to access your dashboard is by setting up a port forward:
kubectl port-forward svc/ww-gitops-weave-gitops -n flux-system 9001:9001
```
Then, [open the dashboard](http://localhost:9001/).

## gitops CLI

Weave GitOps includes a command-line interface to help users create and manage resources.

The `gitops` CLI is currently supported on Mac (x86 and Arm), and Linux - including Windows Subsystem for Linux (WSL).

Windows support is a [planned enhancement](https://github.com/weaveworks/weave-gitops/issues/663).

To install:

```console
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.9.6/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```

Alternatively, users can use Homebrew:

```console
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
```

0 comments on commit 93a7abd

Please sign in to comment.