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 8
8
"reflect"
9
9
10
10
"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"
12
12
"github.com/scaleway/scaleway-sdk-go/scw"
13
13
)
14
14
@@ -550,6 +550,13 @@ func keymanagerKeyList() *core.Command {
550
550
"asymmetric_signing" ,
551
551
},
552
552
},
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
+ },
553
560
{
554
561
Name : "organization-id" ,
555
562
Short : `(Optional) Filter by Organization ID` ,
You can’t perform that action at this time.
0 commit comments