paulseward / gcssh

Cluster SSH wrapper for Google Cloud
0 stars 0 forks source link

Tab completion #2

Open paulseward opened 4 years ago

paulseward commented 4 years ago

Wrangling multiple projects with poorly chosen project ids (eg foo-project-1743532) is tedious because I can never remember the full project id I want to use, so have to look it up before I can use gcssh

Tab completion would be really nice for this.

paulseward commented 4 years ago

gcloud projects list --format="csv(projectId)" will get a list of valid project ids you have access to.