Releases: KubeOrch/cli
Releases · KubeOrch/cli
Release list
v0.0.8
OrchCLI 0.0.8
Installation
Via npm (Recommended)
npm install -g @kubeorch/cliDirect Download
Download the appropriate binary for your platform from the assets below.
Linux
# For Linux x64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.8/orchcli_linux_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Linux ARM64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.8/orchcli_linux_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/macOS
# For Intel Macs
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.8/orchcli_darwin_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Apple Silicon (M1/M2/M3)
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.8/orchcli_darwin_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/Windows
Download orchcli_windows_amd64.exe and add it to your PATH.
Verify Installation
orchcli --versionChecksums
SHA256 checksums are available in checksums.txt to verify file integrity.
Full Changelog: v0.0.7...v0.0.8
v0.0.7
OrchCLI 0.0.7
Installation
Via npm (Recommended)
npm install -g @kubeorch/cliDirect Download
Download the appropriate binary for your platform from the assets below.
Linux
# For Linux x64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.7/orchcli_linux_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Linux ARM64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.7/orchcli_linux_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/macOS
# For Intel Macs
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.7/orchcli_darwin_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Apple Silicon (M1/M2/M3)
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.7/orchcli_darwin_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/Windows
Download orchcli_windows_amd64.exe and add it to your PATH.
Verify Installation
orchcli --versionChecksums
SHA256 checksums are available in checksums.txt to verify file integrity.
Full Changelog: v0.0.6...v0.0.7
v0.0.6
OrchCLI 0.0.6
Installation
Via npm (Recommended)
npm install -g @kubeorch/cliDirect Download
Download the appropriate binary for your platform from the assets below.
Linux
# For Linux x64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.6/orchcli_linux_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Linux ARM64
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.6/orchcli_linux_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/macOS
# For Intel Macs
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.6/orchcli_darwin_amd64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/
# For Apple Silicon (M1/M2/M3)
curl -L https://github.com/KubeOrch/cli/releases/download/v0.0.6/orchcli_darwin_arm64 -o orchcli
chmod +x orchcli
sudo mv orchcli /usr/local/bin/Windows
Download orchcli_windows_amd64.exe and add it to your PATH.
Verify Installation
orchcli --versionChecksums
SHA256 checksums are available in checksums.txt to verify file integrity.
What's Changed
- ci: auto-update scoop bucket on release by @mohit-nagaraj in #48
Full Changelog: v0.0.5...v0.0.6