Skip to content

Commit

Permalink
Merge branch 'master' into v1.6135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Feb 21, 2025
2 parents eaba10d + be3e6a4 commit 7da7b81
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion internal/namespaces/secret/v1beta1/secret_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ func secretSecretList() *core.Command {
Positional: false,
EnumValues: []string{"unknown_type", "opaque", "certificate", "key_value", "basic_credentials", "database_credentials", "ssh_key"},
},
{
Name: "scheduled-for-deletion",
Short: `Filter by whether the secret was scheduled for deletion / not scheduled for deletion (optional)`,
Required: false,
Deprecated: false,
Positional: false,
},
{
Name: "organization-id",
Short: `Filter by Organization ID (optional)`,
Expand Down Expand Up @@ -752,7 +759,7 @@ func secretVersionList() *core.Command {
Required: false,
Deprecated: false,
Positional: false,
EnumValues: []string{"unknown_status", "enabled", "disabled", "deleted"},
EnumValues: []string{"unknown_status", "enabled", "disabled", "deleted", "scheduled_for_deletion"},
},
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw, scw.Region(core.AllLocalities)),
},
Expand Down

0 comments on commit 7da7b81

Please # to comment.