Skip to content

Commit 2de621d

Browse files
committed
chore(logs): generate docs
1 parent 9c616a0 commit 2de621d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/stackit_logs_access-token_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/stackit_logs_instance_create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

docs/stackit_logs_instance_update.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)