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-record-list-usage.golden
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ARGS:
11
11
[order-by] Sort order of the returned DNS zone records (name_asc | name_desc)
12
12
dns-zone DNS zone on which to filter the returned DNS zone records
13
13
[name] Name on which to filter the returned DNS zone records
14
-
[type] Record type on which to filter the returned DNS zone records (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR | DNAME)
14
+
[type] Record type on which to filter the returned DNS zone records (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR | DNAME | SVCB | HTTPS)
15
15
[id] Record ID on which to filter the returned DNS zone records
| return-all-records || Specifies whether or not to return all the records |
@@ -334,7 +334,7 @@ scw dns record list <dns-zone ...> [arg=value ...]
334
334
| order-by | One of: `name_asc`, `name_desc`| Sort order of the returned DNS zone records |
335
335
| dns-zone | Required | DNS zone on which to filter the returned DNS zone records |
336
336
| name || Name on which to filter the returned DNS zone records |
337
-
| type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR`, `DNAME`| Record type on which to filter the returned DNS zone records |
337
+
| type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR`, `DNAME`, `SVCB`, `HTTPS`| Record type on which to filter the returned DNS zone records |
338
338
| id || Record ID on which to filter the returned DNS zone records |
0 commit comments