Skip to content

update

Overview

Update the version of the CLI

Aliases: update, upd

Usage:

quix update [<version>] [options]

Arguments:

  • <version>: The version to update Quix CLI to

Options:

  • -p, --pre-release: Use the latest pre-release version of the Quix CLI

How It Works

The quix update command updates your Quix CLI to the latest available version, ensuring you have access to the newest features, fixes, and improvements. By default, it installs the latest stable version unless you specify a different version.

  • Latest Version: Running quix update without any arguments updates your CLI to the latest stable version available.
  • Pre-Releases: Use the --pre-release option to install the latest pre-release version, which may include experimental features.

To install a specific version, provide the version number directly:

quix update 1.2.3

To update to the latest pre-release version:

quix update --pre-release

Where to Get Versions

Check the Quix CLI Releases Page for all available versions, including both stable and pre-release options.