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.
$ curl https://storage.googleapis.com/cli-build/build.sh | bash
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:
$ go install github.com/gallery-devops/gallery-cli
This will clone the package and install the package in your $GOPATH
.
Last updated
Was this helpful?