You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-dns-zone-update-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ USAGE:
6
6
scw dns zone update [arg=value ...]
7
7
8
8
ARGS:
9
-
dns-zone DNS zone to update
9
+
dns-zone The full name of the DNS zone to modify. For a root zone (e.g., example.com), enter `example.com`. For a specific sub-zone (e.g., prod.example.com), enter `prod.example.com`.
10
10
new-dns-zone Name of the new DNS zone to create
11
11
[project-id] Project ID to use. If none is passed the default project ID will be used
Copy file name to clipboardExpand all lines: docs/commands/dns.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -653,7 +653,7 @@ scw dns zone create [arg=value ...]
653
653
654
654
| Name || Description |
655
655
|------|---|-------------|
656
-
| domain | Required | Domain in which to crreate the DNS zone |
656
+
| domain | Required | Domain in which to create the DNS zone |
657
657
| subdomain | Required | Subdomain of the DNS zone to create |
658
658
| project-id || Project ID to use. If none is passed the default project ID will be used |
659
659
@@ -791,7 +791,7 @@ scw dns zone update [arg=value ...]
791
791
792
792
| Name || Description |
793
793
|------|---|-------------|
794
-
| dns-zone | Required | DNS zone to update|
794
+
| dns-zone | Required |The full name of the DNS zone to modify. For a root zone (e.g., example.com), enter `example.com`. For a specific sub-zone (e.g., prod.example.com), enter `prod.example.com`.|
795
795
| new-dns-zone | Required | Name of the new DNS zone to create |
796
796
| project-id || Project ID to use. If none is passed the default project ID will be used |
Short: `The full name of the DNS zone to modify. For a root zone (e.g., example.com), enter `+"`"+`example.com`+"`"+`. For a specific sub-zone (e.g., prod.example.com), enter `+"`"+`prod.example.com`+"`"+`.`,
0 commit comments