Skip to content

Releases: harness/harness-cli

Release v1.3.3

30 Jan 22:47

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.3_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.3_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.3.3_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.3.3_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.3.3_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.3.2

20 Jan 13:34

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.2_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.2_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.3.2_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.3.2_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.3.2_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.3.1

14 Jan 21:16

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.1_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.1_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.3.1_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.3.1_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.3.1_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.2.0

07 Jan 22:53

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.2.0_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.2.0_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.2.0_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.2.0_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.2.0_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

v1.2.0-beta.3 (Beta)

24 Dec 06:13

Choose a tag to compare

v1.2.0-beta.3 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release for v1 version.

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.2.0-beta.3_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.2.0-beta.3_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.2.0-beta.3_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.2.0-beta.3_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.2.0-beta.3_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

v1.2.0-beta.2 (Beta)

23 Dec 16:21

Choose a tag to compare

v1.2.0-beta.2 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release for v1 version.

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.2.0-beta.2_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.2.0-beta.2_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.2.0-beta.2_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.2.0-beta.2_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.2.0-beta.2_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

v1.2.0-beta.1 (Beta)

23 Dec 09:18

Choose a tag to compare

v1.2.0-beta.1 (Beta) Pre-release
Pre-release

⚠️ Beta Release

This is a beta release for v1 version.

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.2.0-beta.1_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.2.0-beta.1_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.2.0-beta.1_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.2.0-beta.1_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.2.0-beta.1_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.1.3

23 Dec 00:08

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.1.3_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.1.3_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.1.3_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.1.3_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.1.3_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.1.2-beta.1

19 Dec 00:08

Choose a tag to compare

Release v1.1.2-beta.1 Pre-release
Pre-release

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.1.2-beta.1_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.1.2-beta.1_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.1.2-beta.1_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.1.2-beta.1_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.1.2-beta.1_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Release v1.1.1

10 Dec 17:46

Choose a tag to compare

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.1.1_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.1.1_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.1.1_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.1.1_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.1.1_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing