Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #4866 #4851 #4801 #4872 #4875 #4855 #4869 #4877 #4878 #4882 #4883 #4887 #4885 #4886 #4884 #4880 #4890

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: added install method (#4875)
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
ponkio-o authored and khanhtc1202 committed Apr 22, 2024
commit b41b4dd4d52591171f2e62e18923c42a7591edc3
6 changes: 6 additions & 0 deletions docs/content/en/docs-dev/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ sudo mv ./pipectl /usr/local/bin/pipectl
asdf plugin add pipectl && asdf install pipectl latest && asdf global pipectl latest
```

##### Method 3: [aqua](https://aquaproj.github.io/) Supported Installation

```console
aqua g -i pipe-cd/pipecd/pipectl && aqua i
```

#### 1.2. Installing PipeCD's components

We can simply use __pipectl quickstart__ command to start the PipeCD installation process and follow the instruction
Expand Down
17 changes: 17 additions & 0 deletions docs/content/en/docs-dev/user-guide/command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [aqua](https://aquaproj.github.io/)

1. Add pipectl to `aqua.yaml`. (If you want to select a version, use `aqua g -i -s pipe-cd/pipecd/pipectl`)
```console
aqua g -i pipe-cd/pipecd/pipectl
```

2. Install pipectl.
```console
aqua i
```

3. Test to ensure the version you installed is up-to-date.
```console
pipectl version
```

### Docker
We are storing every version of docker image for pipectl on Google Cloud Container Registry.
Available versions are [here](https://github.com/pipe-cd/pipecd/releases).
Expand Down
6 changes: 6 additions & 0 deletions docs/content/en/docs-v0.47.x/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ sudo mv ./pipectl /usr/local/bin/pipectl
asdf plugin add pipectl && asdf install pipectl latest && asdf global pipectl latest
```

##### Method 3: [aqua](https://aquaproj.github.io/) Supported Installation

```console
aqua g -i pipe-cd/pipecd/pipectl && aqua i
```

#### 1.2. Installing PipeCD's components

We can simply use __pipectl quickstart__ command to start the PipeCD installation process and follow the instruction
Expand Down
17 changes: 17 additions & 0 deletions docs/content/en/docs-v0.47.x/user-guide/command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [aqua](https://aquaproj.github.io/)

1. Add pipectl to `aqua.yaml`. (If you want to select a version, use `aqua g -i -s pipe-cd/pipecd/pipectl`)
```console
aqua g -i pipe-cd/pipecd/pipectl
```

2. Install pipectl.
```console
aqua i
```

3. Test to ensure the version you installed is up-to-date.
```console
pipectl version
```

### Docker
We are storing every version of docker image for pipectl on Google Cloud Container Registry.
Available versions are [here](https://github.com/pipe-cd/pipecd/releases).
Expand Down