Prerequisites

  • Have a Heex CLI
  • Have a USER_SECRET_KEY. Must be accessible in your personal space on the Heex cloud platform.

Usage

Usage:

./heex update [--help]

How to update Heex CLI

To update the CLI to the latest version, run the following command:

./heex update --api-key <USER_SECRET_KEY>

If you would like to update to a specific version, you can specify the version number in the command:

./heex update --version <VERSION_NUMBER> --api-key <USER_SECRET_KEY>

Replace <VERSION_NUMBER> with the version number you would like to update to, example 2024.12.1.

Getting Help

./heex update --help