geco = gcloud + peco: select GCP resource using peco, and run gcloud
- gcloud (Google Cloud SDK)
geco
uses application default credential, so please rungcloud auth application-default login
before usegeco
.
- peco
You can download binary from Github releases.
- Download the zip file and unpack it.
- Put binary file into somewhere you want.
- Set the binary file to executable.
Install dep, and then
$ git clone https://github.com/minimum2scp/geco/
$ cd geco
$ dep ensure
$ go build
- Fork it ( https://github.com/minimum2scp/geco/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request