Skip to content

Commit 5997730

Browse files
feat(tem): add support for autoconfiguring (#4121)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 72ee49d commit 5997730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-tem-domain-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
[project-id] (Optional) ID of the Project in which to list the domains
10-
[status.{index}] (Optional) List domains under specific statuses (unknown | checked | unchecked | invalid | locked | revoked | pending)
10+
[status.{index}] (Optional) List domains under specific statuses (unknown | checked | unchecked | invalid | locked | revoked | pending | autoconfiguring)
1111
[name] (Optional) Names of the domains to list
1212
[organization-id] (Optional) ID of the Organization in which to list the domains
1313
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)

docs/commands/tem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ scw tem domain list [arg=value ...]
129129
| Name | | Description |
130130
|------|---|-------------|
131131
| project-id | | (Optional) ID of the Project in which to list the domains |
132-
| status.{index} | One of: `unknown`, `checked`, `unchecked`, `invalid`, `locked`, `revoked`, `pending` | (Optional) List domains under specific statuses |
132+
| status.{index} | One of: `unknown`, `checked`, `unchecked`, `invalid`, `locked`, `revoked`, `pending`, `autoconfiguring` | (Optional) List domains under specific statuses |
133133
| name | | (Optional) Names of the domains to list |
134134
| organization-id | | (Optional) ID of the Organization in which to list the domains |
135135
| region | Default: `fr-par`<br />One of: `fr-par`, `all` | Region to target. If none is passed will use default region from the config |

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ func temDomainList() *core.Command {
563563
Required: false,
564564
Deprecated: false,
565565
Positional: false,
566-
EnumValues: []string{"unknown", "checked", "unchecked", "invalid", "locked", "revoked", "pending"},
566+
EnumValues: []string{"unknown", "checked", "unchecked", "invalid", "locked", "revoked", "pending", "autoconfiguring"},
567567
},
568568
{
569569
Name: "name",

0 commit comments

Comments
 (0)