We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de65e9 commit dab3759Copy full SHA for dab3759
docs/stackit_git_instance_create.md
@@ -17,10 +17,10 @@ stackit git instance create [flags]
17
$ stackit git instance create --name my-new-instance
18
19
Create a instance with name 'my-new-instance' and flavor
20
- $ stackit git instance create --name my-new-instance --flavor git-100'
+ $ stackit git instance create --name my-new-instance --flavor git-100
21
22
Create a instance with name 'my-new-instance' and acl
23
- $ stackit git instance create --name my-new-instance --acl 1.1.1.1/1'
+ $ stackit git instance create --name my-new-instance --acl 1.1.1.1/1
24
```
25
26
### Options
0 commit comments