1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
No description
Find a file
2022-03-01 16:55:00 -05:00
.github/workflows don't crawl after README changes 2022-03-01 16:54:54 -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 initial commit 2022-02-28 17:07:30 -05:00
go.sum initial commit 2022-02-28 17:07:30 -05:00
main.go do some more 2022-02-28 21:05:25 -05:00
README.md Document tag diffs, RSS feeds 2022-03-01 16:53:19 -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.

How is this useful?

You can use this repo to identify changes in gcloud releases.

For example, compare 374.0.0 and 375.0.0 (looks like lots of help text formatting...).

GitHub also provides an undocumented RSS feed feature, which even lets you filter changes in certain paths. For example, you can subscribe to changes to the gcloud builds surface in your RSS reader of choice. Party like it's 2009!


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.