google-cloud-sdk icon indicating copy to clipboard operation
google-cloud-sdk copied to clipboard

Is it possible to include the alpha CLI methods?

Open Ark-kun opened this issue 2 years ago • 1 comments

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

Ark-kun avatar Jan 13 '23 05:01 Ark-kun

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.

twistedpair avatar Jul 24 '24 10:07 twistedpair