Package Details: google-cloud-cli 518.0.0-1

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

Dependencies (2)

Required by (15)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 31 Next › Last »

Cornul11 commented on 2023-10-22 01:48 (UTC)

Why is the Compressing man and info pages... stage taking so long?

PolarianDev commented on 2023-10-21 18:53 (UTC)

@MarsSeed I forgot someone already submitted a PR to fix that, they also moved the path entry to /etc/profile.d/ however I am not sure if I will keep it that way, I might make a wrapper script as it tends to work better on Arch Linux, not too sure yet.

But yeah thanks for the heads up.

Take care,
Polarian

PolarianDev commented on 2023-10-21 18:51 (UTC)

If gcloud is not within path (aka "Command not found") please see the following:

https://git.polarian.dev/AUR/google-cloud-cli/pulls/10

Also please do not submit orphan requests when I have replied to every comment, and have already stated I intend to update the package just I was busy.

Take care,
Polarian

PolarianDev commented on 2023-10-07 15:47 (UTC)

@MarsSeed

I will look into it then, I only adopted and maintained it for the past half a year or so.

I did plan to rewrite it to actually be a source package, but due to the source code being hard to get and no compile instructions I have postponed this.

I will update the package when I get time, I have been busy.

Thank you,
Polarian

MarsSeed commented on 2023-10-07 14:28 (UTC)

dev_appserver.py seems to support Python3, not just Python2.

PolarianDev commented on 2023-08-31 12:52 (UTC)

@jayb Because it is clearly documented on the ArchWiki:

https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

jayb commented on 2023-08-31 09:25 (UTC)

@PolarianDev totally, just seemed strange that none of the tool chain had pointed that out and I got an esoteric error instead.

PolarianDev commented on 2023-08-30 17:36 (UTC)

@jayb If you do not have patch installed its probably due to the fact you are missing base-devel which is a requirement for building AUR packages:

pacman -Syu base-devel

Should fix this problem.

Take care,
Polarian

jayb commented on 2023-08-30 16:05 (UTC)

In case it helps anyone else I had an error installing on a new system:

failed to apply patch 0001-set-python2-for-dev-appserver-py.patch

Which confused me for a but it turns out that I hadn't installed patch yet.

PolarianDev commented on 2023-08-09 11:35 (UTC)

@galdor sorry for the late response.

Patch is a part of the base-devel metapackage, therefore does not need to be added to the makedepends array as it will be available in every build environment, for a list of packages you can expect to be in the build environment, see the dependencies of the base-devel metapackage:

https://archlinux.org/packages/core/any/base-devel/

Have a good day,
Polarian