8
8
9
9
An Alfred workflow that lets you instantly open Google Cloud services or search GCP resources—fast, simple, and right from your Alfred.
10
10
11
- <p align =" center " > <img src =" ./docs/assets/demo.gif " alt =" Demo GIF " width =" 700 " /> </p >
11
+ <p align =" center " > <img src =" ./docs/assets/demo.gif " alt =" Demo GIF " width =" 700 " /> </p >
12
+
13
+ ## Requirements
14
+
15
+ - [ Alfred 3+] ( https://www.alfredapp.com/ ) (with Powerpack)
16
+ - [ Google Cloud CLI] ( https://cloud.google.com/sdk/docs/install ) installed and authenticated
12
17
13
18
## Installation
14
19
@@ -25,13 +30,13 @@ An Alfred workflow that lets you instantly open Google Cloud services or search
25
30
- 🔍⚡️ Search live GCP resources across 20+ services, right from Alfred
26
31
- ⚡ Instantly copy, paste or open GCP Console links without touching your browser
27
32
- 🧠 Config and region overrides using simple symbols (` @ ` and ` $ ` )
28
- - 🔐 Secure by design — uses your local ` gcloud ` CLI, never touches credentials
33
+ - 🔐 Secure by design, uses your local ` gcloud ` CLI, never touches credentials
29
34
- 💾 Fast performance with safe caching (customizable via env var)
30
- - 🛠️ Built-in tools to clear cache, view logs, or reset internal data
35
+ - 🛠️ Built-in tools to install new updates, clear cache, view logs, or reset internal data
31
36
32
37
## Design Philosophy
33
38
34
- 1 . This workflow never sees your credentials — authentication is handled entirely by the ` gcloud ` CLI.
39
+ 1 . This workflow never sees your credentials, authentication is handled entirely by the ` gcloud ` CLI.
35
40
2 . Only non-sensitive data is cached, such as project names, regions, resource names etc. Jusk enough keep things snappy.
36
41
3 . Every command fetches only the non sensitive data it needs, keeping it lightweight and efficient.
37
42
4 . Set your ` gcloud ` path once, and the workflow runs smoothly without surprises.
@@ -67,7 +72,7 @@ An Alfred workflow that lets you instantly open Google Cloud services or search
67
72
- Compute snapshots
68
73
- Compute instance templates
69
74
- Pub/Sub topics and subscriptions
70
- _ This is not an exhaustive list — if changing the region has no effect, the resource is likely global._
75
+ _ This is not an exhaustive list: if changing the region has no effect, the resource is likely global._
71
76
72
77
73
78
### Advanced Usage
0 commit comments