Skip to content

Commit

Permalink
Rewrite pipectl installation docs (#4877)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
khanhtc1202 committed Apr 22, 2024
1 parent 1bb585d commit 02db3fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions docs/content/en/docs-dev/user-guide/command-line-tool.md
Expand Up @@ -11,7 +11,9 @@ You can use pipectl to add and sync applications, wait for a deployment status.

## Installation

### Binary
The Pipectl command-line tool can be installed using one of the following methods:

### Directly download and set up binary

1. Download the appropriate version for your platform from [PipeCD Releases](https://github.com/pipe-cd/pipecd/releases).

Expand Down Expand Up @@ -41,7 +43,7 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [Asdf](https://asdf-vm.com/)
### Using [Asdf](https://asdf-vm.com/)

1. Add pipectl plugin to asdf. (If you have not yet `asdf add plugin add pipectl`.)
```console
Expand All @@ -64,7 +66,7 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [aqua](https://aquaproj.github.io/)
### Using [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
Expand All @@ -81,7 +83,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### Docker
### Run in Docker container

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
11 changes: 7 additions & 4 deletions docs/content/en/docs-v0.47.x/user-guide/command-line-tool.md
Expand Up @@ -11,7 +11,9 @@ You can use pipectl to add and sync applications, wait for a deployment status.

## Installation

### Binary
The Pipectl command-line tool can be installed using one of the following methods:

### Directly download and set up binary

1. Download the appropriate version for your platform from [PipeCD Releases](https://github.com/pipe-cd/pipecd/releases).

Expand Down Expand Up @@ -41,7 +43,7 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [Asdf](https://asdf-vm.com/)
### Using [Asdf](https://asdf-vm.com/)

1. Add pipectl plugin to asdf. (If you have not yet `asdf add plugin add pipectl`.)
```console
Expand All @@ -64,7 +66,7 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### [aqua](https://aquaproj.github.io/)
### Using [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
Expand All @@ -81,7 +83,8 @@ You can use pipectl to add and sync applications, wait for a deployment status.
pipectl version
```

### Docker
### Run in Docker container

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

0 comments on commit 02db3fd

Please sign in to comment.