mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -16,5 +16,5 @@ name: Renovate | ||
| - name: Self-hosted Renovate | ||
| uses: renovatebot/github-action@v44.0.2 | ||
| uses: renovatebot/github-action@v44.0.3 | ||
| with: | ||
| configurationFile: .github/renovate.json | ||
| token: ${{ secrets.RENOVATE_TOKEN }} |
@@ -41,3 +41,3 @@ ## stackit server create | ||
| Create a server with user data (cloud-init) | ||
| $ stackit server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64 --user-data @path/to/file.yaml") | ||
| $ stackit server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64 --user-data @path/to/file.yaml | ||
| ``` | ||
@@ -44,0 +44,0 @@ |
+1
-1
@@ -12,3 +12,3 @@ module github.com/stackitcloud/stackit-cli | ||
| github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf | ||
| github.com/jedib0t/go-pretty/v6 v6.7.1 | ||
| github.com/jedib0t/go-pretty/v6 v6.7.2 | ||
| github.com/lmittmann/tint v1.1.2 | ||
@@ -15,0 +15,0 @@ github.com/mattn/go-colorable v0.1.14 |
@@ -108,3 +108,3 @@ package create | ||
| `Create a server with user data (cloud-init)`, | ||
| `$ stackit server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64 --user-data @path/to/file.yaml")`, | ||
| `$ stackit server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64 --user-data @path/to/file.yaml`, | ||
| ), | ||
@@ -111,0 +111,0 @@ ), |
Sorry, the diff of this file is too big to display