Installation
To install the Camber CLI, open a bash compatible terminal and execute the following command.
curl -sL https://cli.cambercloud.com/install-v2.sh | bashThis script will download and install the latest version of the Camber CLI on your system.
Follow the directions at the end of the installation to ensure that the camber command is
available on your default $PATH.
Verify Installation
After installation, verify that the CLI was installed correctly by running:
camber versionYou should see the version number of the installed Camber CLI.
Update to the latest version
To update to the latest version of Camber CLI enter:
camber update