|
6 | 6 | scw apple-silicon server create [arg=value ...] |
7 | 7 |
|
8 | 8 | ARGS: |
9 | | - [name=<generated>] Create a server with this given name |
10 | | - [project-id] Project ID to use. If none is passed the default project ID will be used |
11 | | - [type] Create a server of the given type |
12 | | - [os-id] Create a server with the given os_id |
13 | | - [enable-vpc] Activate the Private Network feature for this server |
14 | | - [commitment-type] Activate commitment for this server (duration_24h | renewed_monthly | none) |
15 | | - [public-bandwidth-bps] Public bandwidth to configure for this server. Expressed in bits per second. |
16 | | - [runner-configuration.name] |
17 | | - [runner-configuration.url] |
18 | | - [runner-configuration.token] |
19 | | - [runner-configuration.provider] (unknown_provider | github | gitlab) |
20 | | - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-3) |
| 9 | + [name=<generated>] Create a server with this given name |
| 10 | + [project-id] Project ID to use. If none is passed the default project ID will be used |
| 11 | + [type] Create a server of the given type |
| 12 | + [os-id] Create a server with the given os_id |
| 13 | + [enable-vpc] Activate the Private Network feature for this server |
| 14 | + [commitment-type] Activate commitment for this server (duration_24h | renewed_monthly | none) |
| 15 | + [public-bandwidth-bps] Public bandwidth to configure for this server. Expressed in bits per second. |
| 16 | + [runner-configuration.name] |
| 17 | + [runner-configuration.url] |
| 18 | + [runner-configuration.token] |
| 19 | + [runner-configuration.provider] (unknown_provider | github | gitlab) |
| 20 | + [applied-runner-configurations.runner-configuration-ids.{index}] |
| 21 | + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-3) |
21 | 22 |
|
22 | 23 | FLAGS: |
23 | 24 | -h, --help help for create |
|
0 commit comments