File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
internal/namespaces/iam/v1alpha1 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
ARGS:
9
9
[order-by=created_at_asc] Criteria for sorting results (created_at_asc | created_at_desc | updated_at_asc | updated_at_desc | expires_at_asc | expires_at_desc | access_key_asc | access_key_desc)
10
10
[editable] Filter out editable API keys or not
11
- [expirable ] Filter out expirable API keys or not
11
+ [expired ] Filter out expired API keys or not
12
12
[access-key] Filter out by access key
13
13
[description] Filter out by description
14
14
[bearer-id] Filter out by bearer ID
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ scw iam api-key list [arg=value ...]
140
140
| ~~ application-id~~ | Deprecated | ID of an application bearer |
141
141
| ~~ user-id~~ | Deprecated | ID of a user bearer |
142
142
| editable | | Filter out editable API keys or not |
143
- | expirable | | Filter out expirable API keys or not |
143
+ | expired | | Filter out expired API keys or not |
144
144
| access-key | | Filter out by access key |
145
145
| description | | Filter out by description |
146
146
| bearer-id | | Filter out by bearer ID |
Original file line number Diff line number Diff line change @@ -1562,8 +1562,8 @@ func iamAPIKeyList() *core.Command {
1562
1562
Positional : false ,
1563
1563
},
1564
1564
{
1565
- Name : "expirable " ,
1566
- Short : `Filter out expirable API keys or not` ,
1565
+ Name : "expired " ,
1566
+ Short : `Filter out expired API keys or not` ,
1567
1567
Required : false ,
1568
1568
Deprecated : false ,
1569
1569
Positional : false ,
You can’t perform that action at this time.
0 commit comments