Download
Getting access
Prior to General Availability, access to the full software is limited and requires Design Partner Agreement. Please submit a ticket with the request using Hedgehog Support Portal.
After that you will be provided with the credentials to access the software on GitHub Package. In order to use the software, log in to the registry using the following command:
Downloading the software
The main entry point for the software is the Hedgehog Fabricator CLI named hhfab
. All software is published into the
OCI registry GitHub Package including binaries, container images, or Helm charts.
Download the latest stable hhfab
binary from the GitHub Package using the following command:
Or download a specific version using the following command:
Use the VERSION
environment variable to specify the version of the software to download. By default, the latest
release is downloaded. You can pick a specific release series (e.g. alpha-2
) or a specific release.
The download script requires ORAS to be installed. ORAS is used to download the binary from the OCI registry and can be installed using following command:
Currently only Linux x86 is supported for running hhfab
.
Next steps
Created: December 22, 2023