Skip to content

Commit 44272b0

Browse files
Merge branch 'main' into chore/STACKITCLI-371-observability-multi-version-sdk
2 parents 4a37cae + e52e822 commit 44272b0

818 files changed

Lines changed: 3313 additions & 3586 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7.0.0
2121

2222
- name: Install go
23-
uses: actions/setup-go@v6.4.0
23+
uses: actions/setup-go@v6.5.0
2424
with:
2525
go-version-file: "go.mod"
2626
cache: true
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v7.0.0
5151

5252
- name: Check GoReleaser
53-
uses: goreleaser/goreleaser-action@v7.2.2
53+
uses: goreleaser/goreleaser-action@v7.2.3
5454
with:
5555
args: check
5656

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install go
32-
uses: actions/setup-go@v6.4.0
32+
uses: actions/setup-go@v6.5.0
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true
@@ -74,7 +74,7 @@ jobs:
7474
uses: samuelmeuli/action-snapcraft@v3
7575

7676
- name: Run GoReleaser
77-
uses: goreleaser/goreleaser-action@v7.2.2
77+
uses: goreleaser/goreleaser-action@v7.2.3
7878
with:
7979
args: release --clean
8080
env:

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) packag
2424
brew tap stackitcloud/tap
2525
```
2626

27-
2. You can then install the CLI via:
27+
2. You can then install the CLI via (this also trusts the STACKIT CLI cask):
2828

2929
```shell
30-
brew install --cask stackit
30+
brew install --cask stackitcloud/tap/stackit
3131
```
3232

3333
### Linux

docs/stackit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ stackit [flags]
1717
-y, --assume-yes If set, skips all confirmation prompts
1818
--async If set, runs the command asynchronously
1919
-h, --help Help for "stackit"
20-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
20+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
2121
-p, --project-id string Project ID
2222
--region string Target region for region-specific requests
23-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
23+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
2424
-v, --version Show "stackit" version
2525
```
2626

docs/stackit_affinity-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ stackit affinity-group [flags]
2121
```
2222
-y, --assume-yes If set, skips all confirmation prompts
2323
--async If set, runs the command asynchronously
24-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
2525
-p, --project-id string Project ID
2626
--region string Target region for region-specific requests
27-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
2828
```
2929

3030
### SEE ALSO

docs/stackit_affinity-group_create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ stackit affinity-group create [flags]
3030
```
3131
-y, --assume-yes If set, skips all confirmation prompts
3232
--async If set, runs the command asynchronously
33-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
33+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
3434
-p, --project-id string Project ID
3535
--region string Target region for region-specific requests
36-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
36+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
3737
```
3838

3939
### SEE ALSO

docs/stackit_affinity-group_delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ stackit affinity-group delete AFFINITY_GROUP [flags]
2828
```
2929
-y, --assume-yes If set, skips all confirmation prompts
3030
--async If set, runs the command asynchronously
31-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
3232
-p, --project-id string Project ID
3333
--region string Target region for region-specific requests
34-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
3535
```
3636

3737
### SEE ALSO

docs/stackit_affinity-group_describe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ stackit affinity-group describe AFFINITY_GROUP_ID [flags]
2828
```
2929
-y, --assume-yes If set, skips all confirmation prompts
3030
--async If set, runs the command asynchronously
31-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
31+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
3232
-p, --project-id string Project ID
3333
--region string Target region for region-specific requests
34-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
34+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
3535
```
3636

3737
### SEE ALSO

docs/stackit_affinity-group_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ stackit affinity-group list [flags]
3232
```
3333
-y, --assume-yes If set, skips all confirmation prompts
3434
--async If set, runs the command asynchronously
35-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
35+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
3636
-p, --project-id string Project ID
3737
--region string Target region for region-specific requests
38-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
38+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
3939
```
4040

4141
### SEE ALSO

docs/stackit_auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ stackit auth [flags]
2121
```
2222
-y, --assume-yes If set, skips all confirmation prompts
2323
--async If set, runs the command asynchronously
24-
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
24+
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
2525
-p, --project-id string Project ID
2626
--region string Target region for region-specific requests
27-
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
27+
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
2828
```
2929

3030
### SEE ALSO

0 commit comments

Comments
 (0)