File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
internal/cmd/server/os-update/create Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ stackit server os-update create [flags]
1414
1515```
1616 Create a Server os-update with name "myupdate"
17- $ stackit server os-update create --server-id xxx --name=myupdate
17+ $ stackit server os-update create --server-id xxx
1818
1919 Create a Server os-update with name "myupdate" and maintenance window for 13 o'clock.
20- $ stackit server os-update create --server-id xxx --name=mybupdate -- maintenance-window=13
20+ $ stackit server os-update create --server-id xxx --maintenance-window=13
2121```
2222
2323### Options
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ func NewCmd(p *print.Printer) *cobra.Command {
4343 Example : examples .Build (
4444 examples .NewExample (
4545 `Create a Server os-update with name "myupdate"` ,
46- `$ stackit server os-update create --server-id xxx --name=myupdate ` ),
46+ `$ stackit server os-update create --server-id xxx` ),
4747 examples .NewExample (
4848 `Create a Server os-update with name "myupdate" and maintenance window for 13 o'clock.` ,
49- `$ stackit server os-update create --server-id xxx --name=mybupdate -- maintenance-window=13` ),
49+ `$ stackit server os-update create --server-id xxx --maintenance-window=13` ),
5050 ),
5151 RunE : func (cmd * cobra.Command , _ []string ) error {
5252 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments