Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T03:42:03.000Z (10 months ago)
- Last Synced: 2024-04-16T16:22:30.772Z (7 months ago)
- Topics: gcloud, gcloud-cli, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.