File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
internal/namespaces/key_manager/v1alpha1 Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88 "reflect"
99
1010 "github.com/scaleway/scaleway-cli/v2/core"
11- key_manager "github.com/scaleway/scaleway-sdk-go/api/key_manager/v1alpha1"
11+ "github.com/scaleway/scaleway-sdk-go/api/key_manager/v1alpha1"
1212 "github.com/scaleway/scaleway-sdk-go/scw"
1313)
1414
@@ -550,6 +550,13 @@ func keymanagerKeyList() *core.Command {
550550 "asymmetric_signing" ,
551551 },
552552 },
553+ {
554+ Name : "scheduled-for-deletion" ,
555+ Short : `Filter keys based on their deletion status. By default, only keys not scheduled for deletion are returned in the output.` ,
556+ Required : false ,
557+ Deprecated : false ,
558+ Positional : false ,
559+ },
553560 {
554561 Name : "organization-id" ,
555562 Short : `(Optional) Filter by Organization ID` ,
You can’t perform that action at this time.
0 commit comments