Skip to content

Commit 50d03e0

Browse files
committed
feat(catalog): add Google Cloud CLI and Google Workspace CLI
Add gcloud (Google Cloud SDK) and google-workspace-cli (googleworkspace/cli) to the tool catalog under the platform category. Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent ceb2f2f commit 50d03e0

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

catalog/gcloud.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "gcloud",
3+
"category": "platform",
4+
"install_method": "custom_installer",
5+
"description": "Google Cloud CLI for managing Google Cloud resources",
6+
"homepage": "https://cloud.google.com/sdk/gcloud",
7+
"binary_name": "gcloud",
8+
"skip_upstream": true,
9+
"notes": "Installed via Google Cloud SDK installer; self-updates with 'gcloud components update'"
10+
}

catalog/google-workspace-cli.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "google-workspace-cli",
3+
"category": "platform",
4+
"install_method": "github_release_binary",
5+
"description": "Google Workspace command-line interface",
6+
"homepage": "https://github.com/googleworkspace/cli",
7+
"github_repo": "googleworkspace/cli",
8+
"binary_name": "google-workspace-cli",
9+
"auto_update": true
10+
}

0 commit comments

Comments
 (0)