Package Details: google-cloud-cli 529.0.0-2

Git Clone URL: https://aur.archlinux.org/google-cloud-cli.git (read-only, click to copy)
Package Base: google-cloud-cli
Description: A core set of command-line tools for the Google Cloud Platform. Includes only gcloud core (with beta and alpha commands), gcloud-crc32c and man pages
Upstream URL: https://cloud.google.com/cli/
Keywords: cloud gcloud gcp google sdk
Licenses: Apache-2.0
Conflicts: google-cloud-sdk
Provides: google-cloud-cli-alpha, google-cloud-cli-beta, google-cloud-sdk
Replaces: google-cloud-sdk
Submitter: PolarianDev
Maintainer: jvybihal
Last Packager: jvybihal
Votes: 191
Popularity: 0.47
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2025-07-02 09:53 (UTC)

Dependencies (4)

Required by (14)

Sources (4)

Pinned Comments

jvybihal commented on 2025-06-30 06:37 (UTC)

I did a split of the package to 3 packages: google-cloud-cli, google-cloud-cli-bq, google-cloud-cli-gsutil. There is also package containing the bundled python for those who want it or as a dependency to the gsutil (current version 5.24 does not work with python 3.13 out-of-the-box, although 5.25 which is already available on github should). I am also testing to include other "components".

If there will be interest, it's also possible to split the manpages to another package. So for those who don't want them, the install time can get faster and size significantly smaller.

I have tried not to break anyones installation, so please try to install the 3 mentioned packages and it should work the same as before.

You don't need bundled python for the gcloud to work, and I would advice to use gsutil only if yo really have to. The prefered way is to use gcloud storage anyway.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 33 Next › Last »

arbano commented on 2018-05-10 05:59 (UTC)

Thanks for the update!

arbano commented on 2018-05-10 03:46 (UTC)

Hi @oxplot I would also like to help maintaining this package. How can I help you?

sudoforge commented on 2018-05-08 20:49 (UTC) (edited on 2018-05-08 20:50 (UTC) by sudoforge)

@oxplot any chance this can be updated at some point in the near future? I'd be happy to co-maintain this and help with updates.

oyvindsk commented on 2018-04-24 09:30 (UTC)

@troyengel I understand, and you should of course keep to your vision :) A minimal package is exactly what I want since I have to install additional components anyway. I'll keep using this and apply my "hack". Thanks!

tengel commented on 2018-04-23 23:25 (UTC)

@oyvindsk - you may be looking for the "full" package which I think would facilitate your need, it's based off a different tarball and includes other components. I created this version specifically to be a minimal footprint of just the basics, it's not really intended (on purpose) to be used in the way you want. See: https://aur.archlinux.org/packages/google-cloud-sdk/

oyvindsk commented on 2018-04-23 09:21 (UTC)

If you try to install or update packages with 'gcloud components ..' you'll get a

"You cannot perform this action because this Cloud SDK installation is managed by an external package manager. Please consider using a separate installation of the Cloud SDK created through the default mechanism .." error.

I call bullshit on this :) You can "fix" it by setting: "disable_updater": false in /opt/google-cloud-sdk/lib/googlecloudsdk/core/config.json

Maybe consider setting this since it makes this package much more useful.

tengel commented on 2018-04-05 00:04 (UTC)

@MaddyBoo - would be happy to help, however I don't use zsh so I started looking into this... and it's horribly complicated. I can't find any wiki (including Arch's), blog, or man pages which indicate how you install system wide completion files. Everything talks about "must be explicitly enabled from your shell", and refer to triggering it from ~/.zshrc and it's $FPATH. (even man zshcompsys(1) has no clue)

Can you provide another 3rd party package here in Arch which provides zsh completion files systemwide? I looked into the zsh package itself and zsh-completions package, they don't own a system directory (like /etc/zsh.completions.d/ or /etc/zsh/completions or whatnot), so it's just not clear what you do with this file (completion.zsh.inc) provided. Guidance and instructions needed. :)

b0o commented on 2018-04-04 06:26 (UTC)

The PKGBUILD seems to install the bash completions but not the zsh completions, can we get this fixed?

oxplot commented on 2018-02-14 03:24 (UTC)

@troyengel optional subpackage seems to be the ideal thing to do, but I'm not familiar with it and it'll take me sometime to get around to it. Meanwhile, I'll try to get patches in if someone else can work on it.