Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:22
· 176 commits to main since this release

Kubenest CLI v1.0.5

Download the CLI for your platform:

Linux

macOS

Windows

Checksums

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.exe

Usage

kubenest --help