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 0a4c858 commit 2de65e9Copy full SHA for 2de65e9
internal/cmd/git/instance/create/create.go
@@ -46,11 +46,11 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
46
),
47
examples.NewExample(
48
`Create a instance with name 'my-new-instance' and flavor`,
49
- `$ stackit git instance create --name my-new-instance --flavor git-100'`,
+ `$ stackit git instance create --name my-new-instance --flavor git-100`,
50
51
52
`Create a instance with name 'my-new-instance' and acl`,
53
- `$ 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`,
54
55
56
RunE: func(cmd *cobra.Command, args []string) (err error) {
0 commit comments