doctl vpcs create [flags]
c
Use this command to create a new VPC on your account.
Option | Description |
---|---|
--description
|
The VPC’s name |
--help
, -h
|
Help for this command |
--ip-range
|
The range of IP addresses in the VPC in CIDR notation, e.g.: 10.116.0.0/20
|
--name
|
The VPC’s name (required) |
--region
|
The VPC’s region slug, e.g.: nyc1 (required)
|
Command | Description |
---|---|
doctl vpcs | Display commands that manage VPCs |
Option | Description |
---|---|
--access-token , -t
|
API V2 access token |
--api-url , -u
|
Override default API endpoint |
--config , -c
|
Specify a custom config file
Default:
|
--context
|
Specify a custom authentication context name |
--interactive
|
Enable interactive behavior. Defaults to true if the terminal supports it (default false)
Default: false
|
--output , -o
|
Desired output format [text|json]
Default: text
|
--trace
|
Show a log of network activity while performing a command
Default: false
|
--verbose , -v
|
Enable verbose output
Default: false
|