crusoe networking vpc-networks create
Create a VPC network.
Usage
crusoe networking vpc-networks create [flags]
Flags
| Flag | Description |
|---|---|
--cidr string | [Required] VPC Network CIDR value. Must be within one of: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 |
-f, --format string | Output format. Supported formats: pretty, json (default: "pretty") |
-h, --help | Help for create |
--json | Output in json format. Shorthand for --format json |
--name string | [Required] VPC Network Name. Alphanumeric characters, underscores and dashes are allowed |