File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ stackit logs access-token create [flags]
3030 --display-name string Display name for the access token
3131 -h, --help Help for "stackit logs access-token create"
3232 --instance-id string ID of the Logs instance
33- --lifetime int Lifetime of the access token in days [1 - 180]
33+ --lifetime int32 Lifetime of the access token in days [1 - 180]
3434 --permissions strings Permissions of the access token ["read" "write"]
3535```
3636
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ stackit logs instance create [flags]
2626### Options
2727
2828```
29- --acl strings Access control list
30- --description string Description
31- --display-name string Display name
32- -h, --help Help for "stackit logs instance create"
33- --retention-days int The days for how long the logs should be stored before being cleaned up
29+ --acl strings Access control list
30+ --description string Description
31+ --display-name string Display name
32+ -h, --help Help for "stackit logs instance create"
33+ --retention-days int32 The days for how long the logs should be stored before being cleaned up
3434```
3535
3636### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ stackit logs instance update INSTANCE_ID [flags]
2626### Options
2727
2828```
29- --acl strings Access control list
30- --description string Description
31- --display-name string Display name
32- -h, --help Help for "stackit logs instance update"
33- --retention-days int The days for how long the logs should be stored before being cleaned up
29+ --acl strings Access control list
30+ --description string Description
31+ --display-name string Display name
32+ -h, --help Help for "stackit logs instance update"
33+ --retention-days int32 The days for how long the logs should be stored before being cleaned up
3434```
3535
3636### Options inherited from parent commands
You can’t perform that action at this time.
0 commit comments