Fixed gcloud prompt
This commit is contained in:
parent
808b820d82
commit
70a7856805
1 changed files with 3 additions and 2 deletions
|
@ -1160,9 +1160,9 @@ softwarePackages:
|
||||||
_name: Homebrew RubyGems
|
_name: Homebrew RubyGems
|
||||||
brew: brew-gem
|
brew: brew-gem
|
||||||
brew-pkg:
|
brew-pkg:
|
||||||
_bin: brew-pkg
|
|
||||||
_github: https://github.com/timsutton/brew-pkg
|
_github: https://github.com/timsutton/brew-pkg
|
||||||
_name: Homebrew Pkg
|
_name: Homebrew Pkg
|
||||||
|
_when:darwin: '! brew pkg --help'
|
||||||
brew:darwin: timsutton/formulae/brew-pkg
|
brew:darwin: timsutton/formulae/brew-pkg
|
||||||
bash-completion:
|
bash-completion:
|
||||||
_bin: null
|
_bin: null
|
||||||
|
@ -9426,6 +9426,7 @@ softwarePackages:
|
||||||
_bin: chef-workstation
|
_bin: chef-workstation
|
||||||
_github: https://github.com/chef/chef
|
_github: https://github.com/chef/chef
|
||||||
_name: Chef Workstation
|
_name: Chef Workstation
|
||||||
|
_when:cask: '! test -d "/Applications/Chef Workstation App.app" && test -d "$HOME/Applications/Chef Workstation App.app"'
|
||||||
apt: https://packages.chef.io/files/stable/chef-workstation/21.10.640/ubuntu/20.04/chef-workstation_21.10.640-1_amd64.deb
|
apt: https://packages.chef.io/files/stable/chef-workstation/21.10.640/ubuntu/20.04/chef-workstation_21.10.640-1_amd64.deb
|
||||||
cask: chef-workstation
|
cask: chef-workstation
|
||||||
choco: chef-workstation
|
choco: chef-workstation
|
||||||
|
@ -10389,7 +10390,7 @@ softwarePlugins:
|
||||||
- dotnet-format
|
- dotnet-format
|
||||||
- git-credential-manager
|
- git-credential-manager
|
||||||
gcloud:
|
gcloud:
|
||||||
cmd: bash -c 'if ! gcloud components list | grep "Installed.*{PLUGIN}" > /dev/null; then gcloud components install "{PLUGIN}"; fi'
|
cmd: bash -c 'if ! gcloud components list | grep "Installed.*{PLUGIN}" > /dev/null; then gcloud components install --quiet "{PLUGIN}"; fi'
|
||||||
plugins:
|
plugins:
|
||||||
- app-engine-go
|
- app-engine-go
|
||||||
- cloud-datastore-emulator
|
- cloud-datastore-emulator
|
||||||
|
|
Loading…
Reference in a new issue