https://github.com/wintermi/zsh-gcloud
A zsh plugin for the Google Cloud Command Line Interface (gcloud CLI) completions
https://github.com/wintermi/zsh-gcloud
gcloud gcloud-cli zsh zsh-plugin
Last synced: 3 months ago
JSON representation
A zsh plugin for the Google Cloud Command Line Interface (gcloud CLI) completions
- Host: GitHub
- URL: https://github.com/wintermi/zsh-gcloud
- Owner: wintermi
- License: apache-2.0
- Created: 2023-01-04T07:08:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T08:05:10.000Z (about 1 year ago)
- Last Synced: 2025-08-27T07:52:56.778Z (3 months ago)
- Topics: gcloud, gcloud-cli, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - gcloud - Finds the installed gcloud sdk and sources the zsh file there, along with the zsh completions file. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - gcloud - Finds the installed gcloud sdk and sources the zsh file there, along with the zsh completions file. (Plugins / ZSH on Windows)
README
# zsh-gcloud
A zsh plugin for the Google Cloud Command Line Interface (gcloud CLI) completions.
## Install
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`
```sh
# Install plugin
plug "wintermi/zsh-gcloud"
```
## Prerequisite Checks
A check will be performed to verify that `gcloud` has been installed:
- [`gcloud`](https://cloud.google.com/cli) - Google Cloud Command Line Interface (gcloud CLI)
## License
The **zsh-gcloud** plugin is released under the [Apache License 2.0](https://github.com/wintermi/zsh-gcloud/blob/main/LICENSE) unless explicitly mentioned in the file header.