Installation
There are multiple methods for installation of the CLI.
Shell Script
This is the easiest and least time consuming method. Run the following command.
From Binary
You can access the latest release of the gallery-cli binary here. Find the platform your device runs on, and the latest veresion of the CLI to install the tool.
From Source/go install
You can find the source of the package on GitHub at https://github.com/gallery-devops/gallery-cli. To clone the package and install with a go installation, you can run:
This will clone the package and install the package in your $GOPATH
.
Last updated