GitHub CLI のビルド方法
GitHub CLI のビルド方法です。
準備
- Golang をダウンロードしてインストールします。
- git をインストールします。
- git で ソースを取得します。
git の場合
git clone https://github.com/cli/cli.git
GitHub CLI をインストール済みの場合
gh repo clone cli/cli
ビルド (Windows, Linux 共通)
go mod download
go build -v ./cmd/gh
参考:
https://github.com/cli/cli/blob/59580e6ac70343ee68ad86736ba43f617c8e98b8/.github/workflows/go.yml