twistedpair / google-cloud-sdk

Mirror of gcloud Google Cloud Platform SDK to track release changes
72 stars 16 forks source link

Is it possible to include the alpha CLI methods? #7

Open Ark-kun opened 1 year ago

Ark-kun commented 1 year ago

I see that this repo is updated regularly, but I do not see methods like gcloud alpha logging tail https://cloud.google.com/sdk/gcloud/reference/alpha/logging/tail

twistedpair commented 1 month ago

Thanks for the ask, @Ark-kun

This repo is generated from this batch job which analyzes the tarball Linux installer images. It doesn't actually install them. I think it would need to install each release, and then install the alpha/beta commands, before we could capture the sources for diffing. I'm not sure how much additional entropy that would collect that's unrelated to the sources (e.g. OS specific files, cache files, logs).

It's worth considering and looking into, though it would likely mean rebasing the entire repo, so we can rewrite the entire commit history back to 2016 w/ the alpha/beta commands, if those commands actually existed, and if the servers will still provide the dynamic downloads/installs for them.