File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
internal/cmd/server/create Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v5
1515 - name : Self-hosted Renovate
16- uses : renovatebot/github-action@v44.0.2
16+ uses : renovatebot/github-action@v44.0.3
1717 with :
1818 configurationFile : .github/renovate.json
1919 token : ${{ secrets.RENOVATE_TOKEN }}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ stackit server create [flags]
3838 $ stackit server create --machine-type t1.1 --name server1 --boot-volume-source-id xxx --boot-volume-source-type image --boot-volume-size 64 --volumes yyy
3939
4040 Create a server with user data (cloud-init)
41- $ 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")
41+ $ 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
4242```
4343
4444### Options
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
105105 ),
106106 examples .NewExample (
107107 `Create a server with user data (cloud-init)` ,
108- `$ 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") ` ,
108+ `$ 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` ,
109109 ),
110110 ),
111111 RunE : func (cmd * cobra.Command , args []string ) error {
You can’t perform that action at this time.
0 commit comments