Gallery
  • Introduction to Gallery
  • Getting Started
    • Link Your Cloud Provider
    • Create a Template
    • Build an Environment
  • Cloud Integrations
    • AWS
    • GCP
    • Other Cloud Providers
  • Gallery CLI
    • Setup
      • Installation
      • Authentication
  • Build System
    • Overview
    • Project Builds
      • Build Jobs
      • Build Stages
      • .gallery-deploy.yml Docs
    • Terraform
      • Variables
      • Mapping URLs/Configs
      • Using Cached Services
  • Cached Services
    • Overview
    • Defining Cached Services
  • Examples
    • Flask Elastic Beanstalk Quickstart
  • Resources
    • Environments
      • Managing your Environments
      • Environment Teardown
      • Environment Settings
Powered by GitBook
On this page
  • Shell Script
  • From Binary
  • From Source/go install

Was this helpful?

  1. Gallery CLI
  2. Setup

Installation

PreviousSetupNextAuthentication

Last updated 3 years ago

Was this helpful?

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 . 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 . 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.

here
https://github.com/gallery-devops/gallery-cli