Skip to content

Upgrading CLI

We release new features, bug fixes, and other updates for the h3-cli on monthly boundaries. Upgrade your installation using one of the methods below.

From the CLI enter h3 upgrade

Support for this command started with the June, 2023 release

If you get an ERROR: unrecognized command: "upgrade", then you are on a previous version of h3-cli that does not support the upgrade command. Use one of the methods below to upgrade h3-cli.

Run this command from h3-cli's parent directory (i.e. the directory that contains the h3-cli/ directory):

curl https://raw.githubusercontent.com/horizon3ai/h3-cli/public/easy_install.sh | bash

git clone was used to install the repo, then simply run git pull to install the latest version.

Previously downloaded the repo as a zip file? Re-download the zip file and unzip it to the same location (in other words replace your existing h3-cli installation with the new zip).

Checking the current version

As of June, 2023, you can view your current version of h3-cli via:

h3 version

Next Step

looks_3 Using the CLI chevron_right
Additional info about how to deploy, schedule pentests, monitor, and parse results.