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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ARGS:
11
11
[order-by] The sort order of the returned DNS zone records (name_asc | name_desc)
12
12
dns-zone The DNS zone on which to filter the returned DNS zone records
13
13
[name] The name on which to filter the returned DNS zone records
14
-
[type] The record type on which to filter the returned DNS zone records (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS)
14
+
[type] The 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)
| return-all-records || Whether or not to return all the records |
@@ -314,7 +314,7 @@ scw dns record list <dns-zone ...> [arg=value ...]
314
314
| order-by | One of: `name_asc`, `name_desc`| The sort order of the returned DNS zone records |
315
315
| dns-zone | Required | The DNS zone on which to filter the returned DNS zone records |
316
316
| name || The name on which to filter the returned DNS zone records |
317
-
| type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`| The record type on which to filter the returned DNS zone records |
317
+
| type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR`| The record type on which to filter the returned DNS zone records |
0 commit comments