Gcloud Lite

Use this skill when the user wants a lightweight alternative to the full gcloud CLI for Google Cloud operations.

javimosch a3d51ed 835 B Updated

File contents

GCloud Lite Plugin

Lightweight Google Cloud CLI, written in Go.

Commands

Compute

  • gcloud-lite compute list — List compute instances

Storage

  • gcloud-lite storage list — List storage buckets

Projects

  • gcloud-lite project list — List Google Cloud projects

Usage Examples

gcloud-lite project list
gcloud-lite compute list --project my-project
gcloud-lite storage list --format json
gcloud-lite --help

Installation

go install github.com/gcloud-lite/gcloud-lite@latest

Key Features

  • Lightweight alternative to full gcloud SDK
  • Fast startup and execution
  • Common GCP operations covered
  • Go-based single binary

javimosch/supercli/tree/main/plugins/gcloud-lite/skills/quickstart commit a3d51ed26c

Frequently asked questions

npx skillmds@latest add javimosch/gcloud-lite