1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00
No description
Find a file
2022-03-01 21:43:54 +00:00
.github/workflows force push tags 2022-03-01 14:54:12 -05:00
gcloud gcloud: Tue Mar 1 21:43:54 UTC 2022 2022-03-01 21:43:54 +00:00
crawl.sh log less, save _version 2022-03-01 09:03:38 -05:00
go.mod
go.sum
main.go do some more 2022-02-28 21:05:25 -05:00
README.md add readme, schedule workflow, tag stuff 2022-03-01 08:47:52 -05:00

gcloud help

This repo automatically scrapes the help text for gcloud and puts it in this Git repo.

Scraping is automated with GitHub Actions. Every day, the workflow installs the latest gcloud release, and crawls the output of gcloud help and all subgroups and subcommands. The output is placed in the gcloud/ directory.

This produces the same content as the official CLI reference, in text form, with history. This enables diffing the help text of two gcloud releases.


All text content is owned by Google, licensed under the Creative Commons Attribution 4.0 License.

Code in the repo is owned by me, licensed under the Apache 2.0 license.