Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.04 KB

File metadata and controls

24 lines (14 loc) · 1.04 KB

gcloud

Build Status

gcloud is the command-line interface (CLI) for the Google Cloud Platform.

To install gcloud, download the Cloud SDK. For more information about the Cloud SDK, visit https://cloud.google.com/sdk/.

This repository hosts gcloud components that are written in Go.

Go Components

  • gcloud_apis: An auto-generated CLI to interact with any Google Cloud Platform REST API

    Install via:

     $ go get github.com/GoogleCloudPlatform/gcloud/gcloud_apis

    See gcloud_apis/README for details.

Contributing

Want to contribute? Great! First, read this page (including the small print at the end).