GoogleCloudPlatform / GoogleCloudPlatform/gcping
-top can suggest a zone
Open
- Dominant language
- Go
- Stars
- 475
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Currently, -top only returns the region name. It would be great if we can return a zone name from gcping. Then, the user can create a VM in the closest region via:
```
gcloud compute instance create -zone $(gcping -top) vm
```
@ImJasonH, this was your initial idea. Did you avoid implementing it for some reason?
Contributor guide
Assessment
This issue has not been assessed yet.