Skip to main content

Up CLI

The Upbound up command-line enables interaction with Upbound control planes. It also simplifies common workflows with Upbound Universal Crossplane (UXP) and building Crossplane packages for the Upbound Marketplace or any OCI-compliant registry.

Install the Up command-line

Install the up command-line via shell, Homebrew or Linux package.

Install the latest version of the up command-line via shell script by downloading the install script from Upbound.

tip

Shell install is the preferred method for installing the up command-line.

The shell install script automatically determines the operating system and platform architecture an installs the correct binary.

curl -sL "https://cli.upbound.io" | sh
note

Install a specific version of up by providing the version.

For example, to install version v0.12.1 use the following command:

curl -sL "https://cli.upbound.io" | VERSION=v0.12.1 sh

Find the full list of versions in the Up command-line repository.

Install docker-credential-up

Install the docker-credential-up credential helper with the same methods supported for up.

curl -sL "https://cli.upbound.io" | BIN=docker-credential-up sh