Package Details: google-cloud-cli 474.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: 188
Popularity: 0.94
First Submitted: 2023-03-08 09:33 (UTC)
Last Updated: 2024-05-01 09:55 (UTC)

Dependencies (2)

Required by (15)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 30 Next › Last »

oxplot commented on 2017-11-09 22:54 (UTC)

@johnny12 you can safely ignore those warnings

johnny12 commented on 2017-11-09 13:01 (UTC)

A little over a week ago I installed google-cloud-sdk 177 from the AUR. Since then I upgraded twice to version 178 and now to 179. Both times I received the following warning: WARNING: There are older versions of Google Cloud Platform tools on your system PATH. Please remove the following to avoid accidentally invoking these old tools: /opt/google-cloud-sdk/bin/dev_appserver.py /opt/google-cloud-sdk/bin/gcloud /opt/google-cloud-sdk/bin/bq /opt/google-cloud-sdk/bin/java_dev_appserver.sh /opt/google-cloud-sdk/bin/git-credential-gcloud.sh /opt/google-cloud-sdk/bin/docker-credential-gcloud /opt/google-cloud-sdk/bin/gsutil /opt/google-cloud-sdk/bin/endpointscfg.py Is it desired to fix this warning and if so then how, by simply deleting the files mentioned there? Or should I just ignore this warning? The files listed are all the files in the bin/ directory. Apart from those files there is also a folder named "bootstrapping" that contains files that seem to be related to the files in the bin/ directory, should I also delete that folder (and thus empty the bin/ directory)? Thanks!

oxplot commented on 2017-09-30 09:39 (UTC)

@The_K thanks for the patch. Merged now.

oxplot commented on 2017-09-30 09:21 (UTC)

@Nowaker done

Nowaker commented on 2017-09-29 13:34 (UTC)

Would you please change the package description to include "gcloud" so it's easily discoverable? > Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components

the-k commented on 2017-09-14 20:34 (UTC)

I see beta component is not included. Why?

oxplot commented on 2017-07-13 01:24 (UTC)

@mzimmerman tried to reproduce it under a fresh docker image to no avail

bjorntj commented on 2017-07-12 06:31 (UTC)

Hmmm... Funny... Running Arch at work also with more or less the same configuration. When I ran the install there, it worked... What is different, what am I missing?

bjorntj commented on 2017-07-11 11:28 (UTC) (edited on 2017-07-11 11:28 (UTC) by bjorntj)

Trying to install this SDK but I get the following error: ==> Making package: google-cloud-sdk 161.0.0-1 (Tue Jul 11 13:24:18 CEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found google-cloud-sdk-161.0.0-linux-x86_64.tar.gz -> Found profile.sh ==> Validating source_x86_64 files with sha256sums... google-cloud-sdk-161.0.0-linux-x86_64.tar.gz ... Passed profile.sh ... Passed ==> Extracting sources... -> Extracting google-cloud-sdk-161.0.0-linux-x86_64.tar.gz with bsdtar ==> Starting prepare()... -> Checking for newer upstream release ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... -> Copying core SDK components -> Running bootstrapping script and adding app-engine-python This will install all the core command line tools necessary for working with the Google Cloud Platform. ERROR: The component listing for Cloud SDK version [161.0.0] could not be found. Make sure this is a valid archived Cloud SDK version. ERROR: (gcloud.components.install) Failed to fetch component listing from server. Check your network settings and try again. ==> ERROR: A failure occurred in package(). Aborting...

mzimmerman commented on 2017-07-04 01:53 (UTC)

-> Running bootstrapping script and adding app-engine-python Traceback (most recent call last): File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/install.py", line 8, in <module> import bootstrapping File "/home/matt/aur/google-cloud-sdk/pkg/google-cloud-sdk/opt/google-cloud-sdk/bin/bootstrapping/bootstrapping.py", line 17, in <module> import oauth2client.contrib.gce as gce ImportError: No module named contrib.gce ==> ERROR: A failure occurred in package(). Aborting... seems to be an error with oauth2client, however I did the recommended install? https://github.com/GoogleCloudPlatform/gsutil/issues/330