Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARGS:
[changes.{index}.add.records.{index}.name]
[changes.{index}.add.records.{index}.priority]
[changes.{index}.add.records.{index}.ttl]
[changes.{index}.add.records.{index}.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS)
[changes.{index}.add.records.{index}.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR)
[changes.{index}.add.records.{index}.comment]
[changes.{index}.add.records.{index}.geo-ip-config.matches.{index}.countries.{index}]
[changes.{index}.add.records.{index}.geo-ip-config.matches.{index}.continents.{index}]
Expand All @@ -45,14 +45,14 @@ ARGS:
[changes.{index}.add.records.{index}.id]
[changes.{index}.set.id]
[changes.{index}.set.id-fields.name]
[changes.{index}.set.id-fields.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS)
[changes.{index}.set.id-fields.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR)
[changes.{index}.set.id-fields.data]
[changes.{index}.set.id-fields.ttl]
[changes.{index}.set.records.{index}.data]
[changes.{index}.set.records.{index}.name]
[changes.{index}.set.records.{index}.priority]
[changes.{index}.set.records.{index}.ttl]
[changes.{index}.set.records.{index}.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS)
[changes.{index}.set.records.{index}.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR)
[changes.{index}.set.records.{index}.comment]
[changes.{index}.set.records.{index}.geo-ip-config.matches.{index}.countries.{index}]
[changes.{index}.set.records.{index}.geo-ip-config.matches.{index}.continents.{index}]
Expand All @@ -70,7 +70,7 @@ ARGS:
[changes.{index}.set.records.{index}.id]
[changes.{index}.delete.id]
[changes.{index}.delete.id-fields.name]
[changes.{index}.delete.id-fields.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS)
[changes.{index}.delete.id-fields.type] (unknown | A | AAAA | CNAME | TXT | SRV | TLSA | MX | NS | PTR | CAA | ALIAS | LOC | SSHFP | HINFO | RP | URI | DS | NAPTR)
[changes.{index}.delete.id-fields.data]
[changes.{index}.delete.id-fields.ttl]
[return-all-records] Whether or not to return all the records
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARGS:
[order-by] The sort order of the returned DNS zone records (name_asc | name_desc)
dns-zone The DNS zone on which to filter the returned DNS zone records
[name] The name on which to filter the returned DNS zone records
[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)
[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)

FLAGS:
-h, --help help for list
Expand Down
10 changes: 5 additions & 5 deletions docs/commands/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ scw dns record bulk-update <dns-zone ...> [arg=value ...]
| changes.{index}.add.records.{index}.name | | |
| changes.{index}.add.records.{index}.priority | | |
| changes.{index}.add.records.{index}.ttl | | |
| changes.{index}.add.records.{index}.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS` | |
| changes.{index}.add.records.{index}.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR` | |
| changes.{index}.add.records.{index}.comment | | |
| changes.{index}.add.records.{index}.geo-ip-config.matches.{index}.countries.{index} | | |
| changes.{index}.add.records.{index}.geo-ip-config.matches.{index}.continents.{index} | | |
Expand All @@ -216,14 +216,14 @@ scw dns record bulk-update <dns-zone ...> [arg=value ...]
| changes.{index}.add.records.{index}.id | | |
| changes.{index}.set.id | | |
| changes.{index}.set.id-fields.name | | |
| changes.{index}.set.id-fields.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS` | |
| changes.{index}.set.id-fields.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR` | |
| changes.{index}.set.id-fields.data | | |
| changes.{index}.set.id-fields.ttl | | |
| changes.{index}.set.records.{index}.data | | |
| changes.{index}.set.records.{index}.name | | |
| changes.{index}.set.records.{index}.priority | | |
| changes.{index}.set.records.{index}.ttl | | |
| changes.{index}.set.records.{index}.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS` | |
| changes.{index}.set.records.{index}.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR` | |
| changes.{index}.set.records.{index}.comment | | |
| changes.{index}.set.records.{index}.geo-ip-config.matches.{index}.countries.{index} | | |
| changes.{index}.set.records.{index}.geo-ip-config.matches.{index}.continents.{index} | | |
Expand All @@ -241,7 +241,7 @@ scw dns record bulk-update <dns-zone ...> [arg=value ...]
| changes.{index}.set.records.{index}.id | | |
| changes.{index}.delete.id | | |
| changes.{index}.delete.id-fields.name | | |
| changes.{index}.delete.id-fields.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS` | |
| changes.{index}.delete.id-fields.type | One of: `unknown`, `A`, `AAAA`, `CNAME`, `TXT`, `SRV`, `TLSA`, `MX`, `NS`, `PTR`, `CAA`, `ALIAS`, `LOC`, `SSHFP`, `HINFO`, `RP`, `URI`, `DS`, `NAPTR` | |
| changes.{index}.delete.id-fields.data | | |
| changes.{index}.delete.id-fields.ttl | | |
| return-all-records | | Whether or not to return all the records |
Expand Down Expand Up @@ -314,7 +314,7 @@ scw dns record list <dns-zone ...> [arg=value ...]
| order-by | One of: `name_asc`, `name_desc` | The sort order of the returned DNS zone records |
| dns-zone | Required | The DNS zone on which to filter the returned DNS zone records |
| name | | The name on which to filter the returned DNS zone records |
| 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 |
| 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 |



Expand Down
10 changes: 5 additions & 5 deletions internal/namespaces/domain/v2beta1/domain_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ You can filter the records by type and name.
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS"},
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS", "LOC", "SSHFP", "HINFO", "RP", "URI", "DS", "NAPTR"},
},
},
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {
Expand Down Expand Up @@ -501,7 +501,7 @@ All edits will be versioned.
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS"},
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS", "LOC", "SSHFP", "HINFO", "RP", "URI", "DS", "NAPTR"},
},
{
Name: "changes.{index}.add.records.{index}.comment",
Expand Down Expand Up @@ -611,7 +611,7 @@ All edits will be versioned.
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS"},
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS", "LOC", "SSHFP", "HINFO", "RP", "URI", "DS", "NAPTR"},
},
{
Name: "changes.{index}.set.id-fields.data",
Expand Down Expand Up @@ -654,7 +654,7 @@ All edits will be versioned.
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS"},
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS", "LOC", "SSHFP", "HINFO", "RP", "URI", "DS", "NAPTR"},
},
{
Name: "changes.{index}.set.records.{index}.comment",
Expand Down Expand Up @@ -764,7 +764,7 @@ All edits will be versioned.
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS"},
EnumValues: []string{"unknown", "A", "AAAA", "CNAME", "TXT", "SRV", "TLSA", "MX", "NS", "PTR", "CAA", "ALIAS", "LOC", "SSHFP", "HINFO", "RP", "URI", "DS", "NAPTR"},
},
{
Name: "changes.{index}.delete.id-fields.data",
Expand Down