Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agadelshin/gcloudctx
The way to manage gcloud configurations
https://github.com/agadelshin/gcloudctx
gcloud
Last synced: 28 days ago
JSON representation
The way to manage gcloud configurations
- Host: GitHub
- URL: https://github.com/agadelshin/gcloudctx
- Owner: agadelshin
- License: apache-2.0
- Created: 2019-02-12T12:05:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T12:34:10.000Z (over 5 years ago)
- Last Synced: 2024-11-09T12:45:36.699Z (3 months ago)
- Topics: gcloud
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository provides gcloudctx tool. gcloudctx was inspired by [kubectx/kubens](https://github.com/ahmetb/kubectx)
`gcloudctx` helps you create gcloud configurations and switch between them
```
USAGE:
gcloudctx : list the contexts
gcloudctx : switch to context
gcloudctx -c
gcloudctx -d [] : delete context ('.' for current-context)
gcloudctx -h,--help : show this message
```## TODO:
* swap configurations
* colorized output
* complitions
* interactive mode