Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 264 Bytes

gcloud-select

Simple TUI to select gcloud configurations.

Development

Building

Build with go build -ldflags="-s -w" gcloud-select.go. The linker flags remove some debug information from the binary, making it smaller.