Skip to content

Releases: KubeOrch/cli

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 23 Jun 07:09

OrchCLI 0.0.8

Installation

Via npm (Recommended)

npm install -g @kubeorch/cli

Direct 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 --version

Checksums

SHA256 checksums are available in checksums.txt to verify file integrity.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 23 Jun 06:35

OrchCLI 0.0.7

Installation

Via npm (Recommended)

npm install -g @kubeorch/cli

Direct 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 --version

Checksums

SHA256 checksums are available in checksums.txt to verify file integrity.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 06:31

OrchCLI 0.0.6

Installation

Via npm (Recommended)

npm install -g @kubeorch/cli

Direct 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 --version

Checksums

SHA256 checksums are available in checksums.txt to verify file integrity.

What's Changed

Full Changelog: v0.0.5...v0.0.6