From 41e28c62c9cfc5cb5a0df0e9e49a22b4a0009d5c Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Thu, 2 Jul 2026 14:27:51 +0200 Subject: [PATCH 1/2] feat(docs): homebrew: trust stackit cli cask --- INSTALLATION.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index f622b56ce..60fbbda98 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -24,7 +24,13 @@ The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) packag brew tap stackitcloud/tap ``` -2. You can then install the CLI via: +2. Trust the STACKIT CLI cask: + +```shell +brew trust --cask stackitcloud/tap/stackit +``` + +3. You can then install the CLI via: ```shell brew install --cask stackit From 0df191baf04a956dec47b8ae9a47d65f4672d9fb Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Thu, 2 Jul 2026 15:31:30 +0200 Subject: [PATCH 2/2] fix(docs): directly trust cask on install --- INSTALLATION.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 60fbbda98..a20cf097e 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -24,16 +24,10 @@ The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) packag brew tap stackitcloud/tap ``` -2. Trust the STACKIT CLI cask: +2. You can then install the CLI via (this also trusts the STACKIT CLI cask): ```shell -brew trust --cask stackitcloud/tap/stackit -``` - -3. You can then install the CLI via: - -```shell -brew install --cask stackit +brew install --cask stackitcloud/tap/stackit ``` ### Linux