@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/
Search Criteria
Package Details: google-cloud-cli 502.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 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.37 |
First Submitted: | 2023-03-08 09:33 (UTC) |
Last Updated: | 2024-11-20 07:51 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-crcmod (optional) – [gsutil] verify the integrity of GCS object contents
Required by (15)
- arkade-bin (requires google-cloud-sdk) (optional)
- gcsfuse (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-bigtable-emulator (requires google-cloud-sdk)
- google-cloud-sdk-cbt (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)
- python-google-earthengine-api (requires google-cloud-sdk)
- repman (optional)
- repman-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 31 Next › Last »
tengel commented on 2018-04-23 23:25 (UTC)
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.
tengel commented on 2018-02-04 15:15 (UTC)
The inclusion of google-appengine-go in release 186.0.0 has more than doubled the size of this entire package to over 500MB, it appears that there's a lot of go source getting bundled. Perhaps that can be culled manually.
==== Packages (1) google-cloud-sdk-186.0.0-1
Total Installed Size: 562.75 MiB Net Upgrade Size: 359.64 MiB ====
That was rather unexpected, perhaps the go engine should be an optional subpackage.
adangert commented on 2018-02-01 06:10 (UTC)
File "/usr/lib/python2.7/ssl.py", line 286, in match_hostname % (hostname, dnsnames[0])) ssl.CertificateError: hostname 'metadata.google.internal' doesn't match 'streaming.asonix.dog'
Pinned Comments