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 .. 23 24 25 26 27 28 29 30 31 Next › Last »

tengel commented on 2015-11-06 14:16 (UTC)

Heya guys, UI have the morning off and I'm figuring something out -- I found the openSUSE Factory RPM SPEC file which provided a critical clue, this magic file: https://dl.google.com/dl/cloudsdk/release/sha1.txt ...and sure enough, we can download numbered releases (including the older ones, they're in the downloads/ subdirectory if you wget them by hand). The file downloads/google-cloud-sdk-0.9.85-linux-x86_64.tar.gz has a layout slightly different (with more things too) than the one we're using, but this is good -- it contains the man pages again! Here's a quick diff from the basic download and the numbered one above: $ diff -qr google-cloud-sdk.1 google-cloud-sdk.2 Only in google-cloud-sdk.2/.install: app.manifest Only in google-cloud-sdk.2/.install: app.snapshot.json Only in google-cloud-sdk.2/.install: bq-nix.manifest Only in google-cloud-sdk.2/.install: bq-nix.snapshot.json Only in google-cloud-sdk.2/.install: bq.manifest Only in google-cloud-sdk.2/.install: bq.snapshot.json Only in google-cloud-sdk.2/.install: core-nix.manifest Only in google-cloud-sdk.2/.install: core-nix.snapshot.json Only in google-cloud-sdk.2/.install: gcloud.manifest Only in google-cloud-sdk.2/.install: gcloud.snapshot.json Only in google-cloud-sdk.2/.install: gsutil-nix.manifest Only in google-cloud-sdk.2/.install: gsutil-nix.snapshot.json Only in google-cloud-sdk.2/.install: gsutil.manifest Only in google-cloud-sdk.2/.install: gsutil.snapshot.json Files google-cloud-sdk.1/bin/bootstrapping/.default_components and google-cloud-sdk.2/bin/bootstrapping/.default_components differ Only in google-cloud-sdk.2/bin/bootstrapping: bq.py Only in google-cloud-sdk.2/bin/bootstrapping: gsutil.py Only in google-cloud-sdk.2/bin: bq Only in google-cloud-sdk.2/bin: dev_appserver.py Only in google-cloud-sdk.2/bin: gcloud Only in google-cloud-sdk.2/bin: git-credential-gcloud.sh Only in google-cloud-sdk.2/bin: gsutil Only in google-cloud-sdk.2: help Only in google-cloud-sdk.2/lib/googlecloudsdk: appengine Only in google-cloud-sdk.2/lib/googlecloudsdk: compute Only in google-cloud-sdk.2: platform Only in google-cloud-sdk.2: properties So we can sort this out now, I'm just working through the differences and trying to sort out a sane, logical way to make sure we don't break anything moving over to the other file. I was thinking of even adding a wget of the file above and alerting "new version detected, alert AUR maintainer!" during the build cycle or something...

justin8 commented on 2015-11-06 14:11 (UTC)

You can set the hash to 'SKIP' and it won't be checked. but it really should be google who are rather terrible at not updating versioned packages of this tool.

oryband commented on 2015-11-06 10:24 (UTC)

Isn't there a way to bypass the md5 validity check from failing everyone update? this happens too often

mafn commented on 2015-11-01 11:37 (UTC) (edited on 2015-11-01 12:00 (UTC) by mafn)

I'm getting this as well while running `gcloud components update app`: > ERROR: (gcloud) The update action could not be performed because the installation root of the Cloud SDK could not be located. Please re-install the Cloud SDK and try again. Double checked, and `CLOUDSDK_ROOT_DIR` evaluates to '/opt/google-cloud-sdk' and '/opt/google-cloud-sdk/bin' is in my PATH.

jenglisch commented on 2015-10-01 13:43 (UTC)

0.9.80 is latest, md5sum f8a2fabb13e9bd02c7f8b34eb7a4c908

gideonite commented on 2015-08-23 16:43 (UTC)

@ac4r_g0 Running `gcloud alpha genomics variants` gives me the error: ERROR: (gcloud) The update action could not be performed because the installation root of the Cloud SDK could not be located. Please re-install the Cloud SDK and try again. I tried re-installing and re-authenticating but no dice.

gideonite commented on 2015-08-23 16:40 (UTC)

@troyengel Unfortunately, I think it will be difficult to properly create a bdutil package. The user is required to manually modify a script called `bdutil_env.sh` will Google specific project and bucketids. Since bdutil comes with a binary, it's probably not worth creating a package until this type of manual configuration is no longer required (if ever).

tengel commented on 2015-08-22 01:24 (UTC)

@gideeonite - you are correct, it's a separate download for some reason so you'd make a new package for it. In that PKGBUILD you'd set a requires() of this package to satisfy the install dependencies. https://storage.googleapis.com/hadoop-tools/bdutil/bdutil-latest.tar.gz

gideonite commented on 2015-08-21 19:54 (UTC)

From what I gather bdutil is not included in the Google Cloud SDK. Not sure what the reason for this is. Does it warrant creating a new package? More info here: https://cloud.google.com/hadoop/bdutil.

tengel commented on 2015-08-21 00:36 (UTC)

FYI: the 0.9.74 update has removed all the help/man files, which means all the man pages in 0.9.73 and before will disappear with this upgrade. There's no mention of this on their website or the RELEASE_NOTES, so I just commented out the PKGBUILD commands for now. It's possible this is a mistake when someone at Google made the new tarball as it seems rather odd - there are over 400 man pages in the older tarball.