Up Command-Line
The Upbound up
command-line simplifies configuration and management of Upbound Universal Crossplane (UXP) and interacts with the Upbound Marketplace to manage users and accounts.
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.
Shell install is the preferred method for installing theup
command-line.
The shell install script automatically determines the operating system and platform architecture an installs the correct binary.
|
|
Install a specific version of
up
by providing the version.For example, to install version
v0.12.1
use the following command:
1
curl -sL "https://cli.upbound.io" | VERSION=v0.12.1 sh
Find the full list of versions in the Up command-line repository.
Homebrew is a package manager for Linux and Mac OS.
Install the up
command-line with a Homebrew tap
using the command:
|
|
Upbound provides both .deb
and .rpm
packages for Linux platforms.
Downloading packages requires both the version and CPU architecture (linux_amd64
, linux_arm
, linux_arm64
).
|
|
|
|