fzf-gcloud
fzf-gcloud copied to clipboard
Preview the gcloud api with fzf.
when I just do ctrl-k and nothing else I get this error: Error: no such table: GCLOUD_CMD_CACHE. I tried it again in a new window and still got it.
I couldn't set up the SQLite cache and kept getting `Could not find a valid gcloud docs folder at: '/usr/bin/gcloud'.` error. Looking a little bit I've found that the variable...
When running the cache build everything failed because the docs folder wasn't found. I needed to update the bin_path to. gcloud_bin_path="/usr/lib64/google-cloud-sdk" the bin path in __gcloud_sel was fine as is,...