mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -23,3 +23,3 @@ name: CI | ||
| - name: Install go | ||
| uses: actions/setup-go@v5 | ||
| uses: actions/setup-go@v6 | ||
| with: | ||
@@ -26,0 +26,0 @@ go-version-file: "go.mod" |
@@ -32,3 +32,3 @@ # STACKIT CLI release workflow. | ||
| - name: Install go | ||
| uses: actions/setup-go@v5 | ||
| uses: actions/setup-go@v6 | ||
| with: | ||
@@ -35,0 +35,0 @@ go-version-file: "go.mod" |
@@ -26,3 +26,3 @@ name: "Stale" | ||
| - name: "Mark old PRs as stale" | ||
| uses: actions/stale@v9 | ||
| uses: actions/stale@v10 | ||
| with: | ||
@@ -29,0 +29,0 @@ repo-token: ${{ secrets.GITHUB_TOKEN }} |
+3
-3
@@ -127,3 +127,3 @@ version: 2 | ||
| homepage: "https://github.com/stackitcloud/stackit-cli" | ||
| description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a beta state. More services and functionality will be supported soon." | ||
| description: "A command-line interface to manage STACKIT resources." | ||
| license: "Apache-2.0" | ||
@@ -148,3 +148,3 @@ # If set to auto, the release will not be uploaded to the homebrew tap repo | ||
| summary: A command-line interface to manage STACKIT resources. | ||
| description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a beta state. More services and functionality will be supported soon." | ||
| description: "A command-line interface to manage STACKIT resources." | ||
| license: Apache-2.0 | ||
@@ -154,3 +154,3 @@ confinement: classic | ||
| # Grade "stable" will also release to the `candidate` and `stable` channels | ||
| grade: devel | ||
| grade: stable | ||
| # Whether to publish the Snap to the store | ||
@@ -157,0 +157,0 @@ publish: true |
@@ -95,4 +95,9 @@ # Authentication Guide | ||
| 4. The CLI will search for the keys and, if valid, will use them to get access and refresh tokens which will be used to authenticate all the requests. | ||
| 4. Alternative, if you want to pass the keys directly without storing a file on disk: | ||
| - setting the environment variable `STACKIT_SERVICE_ACCOUNT_KEY` with the content of the service account key | ||
| - optional: setting the environment variable `STACKIT_PRIVATE_KEY` with the content of the private key | ||
| 5. The CLI will search for the keys and, if valid, will use them to get access and refresh tokens which will be used to authenticate all the requests. | ||
| ### Token flow | ||
@@ -99,0 +104,0 @@ |
+1
-2
@@ -8,4 +8,3 @@ ## stackit | ||
| Manage STACKIT resources using the command line. | ||
| This CLI is in a BETA state. | ||
| More services and functionality will be supported soon. Your feedback is appreciated! | ||
| Your feedback is appreciated! | ||
@@ -12,0 +11,0 @@ ``` |
+1
-1
@@ -245,3 +245,3 @@ module github.com/stackitcloud/stackit-cli | ||
| github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.3.1 | ||
| github.com/stackitcloud/stackit-sdk-go/services/observability v0.12.0 | ||
| github.com/stackitcloud/stackit-sdk-go/services/observability v0.13.0 | ||
| github.com/stackitcloud/stackit-sdk-go/services/rabbitmq v0.25.1 | ||
@@ -248,0 +248,0 @@ github.com/stackitcloud/stackit-sdk-go/services/redis v0.25.1 |
+1
-1
@@ -70,3 +70,3 @@ # Installation | ||
| ```shell | ||
| sudo snap install stackit --beta --classic | ||
| sudo snap install stackit --classic | ||
| ``` | ||
@@ -73,0 +73,0 @@ |
@@ -57,3 +57,3 @@ package cmd | ||
| Short: "Manage STACKIT resources using the command line", | ||
| Long: "Manage STACKIT resources using the command line.\nThis CLI is in a BETA state.\nMore services and functionality will be supported soon. Your feedback is appreciated!", | ||
| Long: "Manage STACKIT resources using the command line.\nYour feedback is appreciated!", | ||
| Args: args.NoArgs, | ||
@@ -101,3 +101,3 @@ SilenceErrors: true, // Error is beautified in a custom way before being printed | ||
| if flags.FlagToBoolValue(p, cmd, "version") { | ||
| p.Outputf("STACKIT CLI (beta)\n") | ||
| p.Outputf("STACKIT CLI\n") | ||
@@ -104,0 +104,0 @@ parsedDate, err := time.Parse(time.RFC3339, date) |
@@ -9,3 +9,3 @@ <!DOCTYPE html> | ||
| name="description" | ||
| content="A command-line interface to manage STACKIT resources. This CLI is in a BETA state. More services and functionality will be supported soon." | ||
| content="A command-line interface to manage STACKIT resources." | ||
| /> | ||
@@ -12,0 +12,0 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> |
+1
-2
@@ -8,3 +8,3 @@ <div align="center"> | ||
| # STACKIT CLI (BETA) | ||
| # STACKIT CLI | ||
@@ -23,3 +23,2 @@ [](https://goreportcard.com/report/github.com/stackitcloud/stackit-cli)  [](https://www.apache.org/licenses/LICENSE-2.0) | ||
| This CLI is in a BETA state. More services and functionality will be supported soon. | ||
| Your feedback is appreciated! | ||
@@ -26,0 +25,0 @@ Feel free to open [GitHub issues](https://github.com/stackitcloud/stackit-cli) to provide feature requests and bug reports. |
Sorry, the diff of this file is too big to display