v1.0.5
Kubenest CLI v1.0.5
Download the CLI for your platform:
Linux
- AMD64: kubenest-v1.0.5-linux-amd64
- ARM64: kubenest-v1.0.5-linux-arm64
macOS
- Intel (AMD64): kubenest-v1.0.5-darwin-amd64
- Apple Silicon (ARM64): kubenest-v1.0.5-darwin-arm64
Windows
Checksums
- checksums.txt - SHA256 checksums for all binaries
Installation
Linux/macOS
# Download the binary for your platform
curl -L -o kubenest https://github.com/kubenesthq/cli/releases/download/v1.0.5/kubenest-v1.0.5-<platform>-<arch>
# Make it executable
chmod +x kubenest
# Move to PATH
sudo mv kubenest /usr/local/bin/Windows
Download the .exe file for your architecture and add it to your PATH.
Example (PowerShell):
# Download the binary for your platform
Invoke-WebRequest -Uri "https://github.com/kubenesthq/cli/releases/download/v1.0.5/kubenest-v1.0.5-windows-amd64.exe" -OutFile "kubenest.exe"
# (Optional) Move to a directory in your PATH, e.g. C:\\Windows\\System32 or add the current directory to PATH
# Example: Move-Item -Path .\kubenest.exe -Destination C:\\Windows\\System32\\kubenest.exeUsage
kubenest --help