forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-all-usage-vpc-gw-gateway-create-usage.golden
More file actions
27 lines (23 loc) · 1.53 KB
/
test-all-usage-vpc-gw-gateway-create-usage.golden
File metadata and controls
27 lines (23 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Create a new Public Gateway in the specified Scaleway Project, defining its **name**, **type** and other configuration details such as whether to enable SSH bastion.
USAGE:
scw vpc-gw gateway create [arg=value ...]
ARGS:
[project-id] Project ID to use. If none is passed the default project ID will be used
[name=<generated>] Name for the gateway
[tags.{index}] Tags for the gateway
[type=VPC-GW-S] Gateway type (commercial offer type)
[upstream-dns-servers.{index}] Array of DNS server IP addresses to override the gateway's default recursive DNS servers
[ip-id] Existing IP address to attach to the gateway
[enable-smtp] Defines whether SMTP traffic should be allowed pass through the gateway
[enable-bastion] Defines whether SSH bastion should be enabled the gateway
[bastion-port] Port of the SSH bastion
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
FLAGS:
-h, --help help for create
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use