]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gcloud/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gcloud / README.md
1 # gcloud
2
3 This plugin provides completion support for the
4 [Google Cloud SDK CLI](https://cloud.google.com/sdk/gcloud/).
5
6 To use it, add `gcloud` to the plugins array in your zshrc file.
7
8 ```zsh
9 plugins=(... gcloud)
10 ```
11
12 It relies on you having installed the SDK using one of the supported options
13 listed [here](https://cloud.google.com/sdk/install).
14
15 ## Plugin Options
16
17 * Set `CLOUDSDK_HOME` in your `zshrc` file before you load oh-my-zsh if you have
18 your GCloud SDK installed in a non-standard location. The plugin will use this
19 as the base for your SDK if it finds it set already.
20
21 * If you do not have a `python2` in your `PATH` you'll also need to set the
22 `CLOUDSDK_PYTHON` environment variable at the end of your `.zshrc`. This is
23 used by the SDK to call a compatible interpreter when you run one of the
24 SDK commands.