New release 0.9.74.
0.9.74 (2015/08/19)
==================
- new list and import commands under `gcloud alpha genomics variants`.
Search Criteria
Package Details: google-cloud-cli 531.0.0-1
Package Actions
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.34 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2025-07-23 04:56 (UTC) |
Dependencies (4)
- python (python37AUR)
- jq (jq-gitAUR, jaq-binAUR, jq-staticAUR) (make)
- google-cloud-cli-bqAUR (google-cloud-cli-bqAUR) (optional) – BigQuery Command Line Tool
- google-cloud-cli-gsutilAUR (google-cloud-cli-gsutilAUR) (optional) – Cloud Storage Command Line Tool. Not the recommended CLI for Cloud Storage
Required by (14)
- apollo-neo-env-manager-dev (optional)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (requires google-cloud-sdk) (optional)
- gcsfuse-bin (requires google-cloud-sdk) (optional)
- google-cloud-cli-firestore-emulator
- google-cloud-cli-gke-gcloud-auth-plugin
- google-cloud-sdk-app-engine-java (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python (requires google-cloud-sdk)
- google-cloud-sdk-app-engine-python-extras (requires google-cloud-sdk)
- google-cloud-sdk-datastore-emulator (requires google-cloud-sdk)
- k3sup-bin (requires google-cloud-sdk) (optional)
- porter-bin (requires google-cloud-sdk) (optional)
- repman (optional)
- repman-git (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 Next › Last »
lufalas commented on 2015-08-20 11:58 (UTC)
tengel commented on 2015-08-14 01:07 (UTC)
@oryband - read all the other comments, it was a new release. You must look at RELEASE_NOTES to know if it's a new version of the tarball. I've updated the PKGBUILD.
oryband commented on 2015-08-12 08:21 (UTC)
still experiencing failed validity checks, please update
for now i've been able to install with yaourt by using:
yaourt --m-arg "--skipchecksums" google-cloud-sdk
that skipchecksums is a makepkg argument that tells makepkg to ignore the checksum :)
tengel commented on 2015-07-31 12:42 (UTC)
@ogarcia - flagging the package out of date is good enough. Google uses the same download filename on their website, so new versions will of course produce bad checksums -- you have to look at the RELEASE_NOTES inside the tarball to see if it's a new version.
ogarcia commented on 2015-07-31 11:39 (UTC)
Bad md5sum. The good one:
fa47d4f428639f164df9c82210e9cf9e google-cloud-sdk.tar.gz
tengel commented on 2015-07-29 01:06 (UTC)
I just noticed AUR4 has a feature for Co-Maintainers -- if anyone would like to help co-maintain this package just let me know.
rdoursenaud commented on 2015-06-01 12:11 (UTC)
It seems to me that 0.9.62 have been sneaked out since pkgver() returns 0.9.61. Confirmed by the RELEASE_NOTES of a freshly downloaded tarball.
ascii_ch commented on 2015-05-30 10:55 (UTC)
MD5 seems to be wrong. Current MD5 of google-cloud-sdk.tar.gz is 2be73620f53570ea0aeaa2c72dda1692.
meshelton commented on 2015-04-06 21:39 (UTC)
Getting this error after installing
$ gcloud components list
ERROR: (gcloud.components.list) 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.
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 usegcloud storage
anyway.