|
| 1 | +## stackit git instance create |
| 2 | + |
| 3 | +Creates STACKIT Git instance |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Create a STACKIT Git instance by name. |
| 8 | + |
| 9 | +``` |
| 10 | +stackit git instance create [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +### Examples |
| 14 | + |
| 15 | +``` |
| 16 | + Create a instance with name 'my-new-instance' |
| 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' |
| 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' |
| 24 | +``` |
| 25 | + |
| 26 | +### Options |
| 27 | + |
| 28 | +``` |
| 29 | + --acl strings Acl for the instance. |
| 30 | + --flavor string Flavor of the instance. |
| 31 | + -h, --help Help for "stackit git instance create" |
| 32 | + --name string The name of the instance. |
| 33 | +``` |
| 34 | + |
| 35 | +### Options inherited from parent commands |
| 36 | + |
| 37 | +``` |
| 38 | + -y, --assume-yes If set, skips all confirmation prompts |
| 39 | + --async If set, runs the command asynchronously |
| 40 | + -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"] |
| 41 | + -p, --project-id string Project ID |
| 42 | + --region string Target region for region-specific requests |
| 43 | + --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info") |
| 44 | +``` |
| 45 | + |
| 46 | +### SEE ALSO |
| 47 | + |
| 48 | +* [stackit git instance](./stackit_git_instance.md) - Provides functionality for STACKIT Git instances |
| 49 | + |
0 commit comments