Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions docs/content/en/docs/user-guide/command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ You can use pipectl to add and sync applications, wait for a deployment status.
1. Download the appropriate version for your platform from [PipeCD Releases](https://github.com/pipe-cd/pipe/releases).

We recommend using the latest version of pipectl to avoid unforeseen issues.
Please set `${VERSION}` to the same format like `v0.9.2`.

``` console
curl -Lo ./pipectl https://github.com/pipe-cd/pipe/releases/download/${VERSION}/pipectl_${VERSION}_darwin_amd64
```

2. Make the pipectl binary executable.

Expand Down