インストール
ビルドとインストール
Makefileを使用
# ビルドとインストール
make install
直接ビルド
# バイナリをbin/ディレクトリに生成
go build -o bin/kvtool .
動作確認
kvtool --version
kvtool --help
必要な環境
- Go 1.21 以上
- (オプション)HashiCorp Vault(Vault 連携時)
- (オプション)AWS CLI/認証情報(S3 連携時)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
# ビルドとインストール
make install
# バイナリをbin/ディレクトリに生成
go build -o bin/kvtool .
kvtool --version
kvtool --help