Skip to content

Commit 1bc941b

Browse files
committed
fix(catalog): address review feedback for gcloud and gws entries
- gcloud: change install_method from custom_installer to manual - google-workspace-cli: fix binary_name to gws, remove auto_update Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 50d03e0 commit 1bc941b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

catalog/gcloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gcloud",
33
"category": "platform",
4-
"install_method": "custom_installer",
4+
"install_method": "manual",
55
"description": "Google Cloud CLI for managing Google Cloud resources",
66
"homepage": "https://cloud.google.com/sdk/gcloud",
77
"binary_name": "gcloud",

catalog/google-workspace-cli.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"description": "Google Workspace command-line interface",
66
"homepage": "https://github.com/googleworkspace/cli",
77
"github_repo": "googleworkspace/cli",
8-
"binary_name": "google-workspace-cli",
9-
"auto_update": true
8+
"binary_name": "gws"
109
}

0 commit comments

Comments
 (0)