Skip to content

Commit 39e5939

Browse files
authored
update logs service from beta to v1 (#1284)
1 parent b256443 commit 39e5939

26 files changed

+97
-95
lines changed

docs/stackit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stackit [flags]
3737
* [stackit key-pair](./stackit_key-pair.md) - Provides functionality for SSH key pairs
3838
* [stackit load-balancer](./stackit_load-balancer.md) - Provides functionality for Load Balancer
3939
* [stackit logme](./stackit_logme.md) - Provides functionality for LogMe
40+
* [stackit logs](./stackit_logs.md) - Provides functionality for Logs
4041
* [stackit mariadb](./stackit_mariadb.md) - Provides functionality for MariaDB
4142
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
4243
* [stackit network](./stackit_network.md) - Provides functionality for networks

docs/stackit_beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ stackit beta [flags]
4646
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
4747
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
4848
* [stackit beta kms](./stackit_beta_kms.md) - Provides functionality for KMS
49-
* [stackit beta logs](./stackit_beta_logs.md) - Provides functionality for Logs
5049
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
5150
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
5251

docs/stackit_beta_logs_instance.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs
1+
## stackit logs
22

33
Provides functionality for Logs
44

@@ -7,13 +7,13 @@ Provides functionality for Logs
77
Provides functionality for Logs.
88

99
```
10-
stackit beta logs [flags]
10+
stackit logs [flags]
1111
```
1212

1313
### Options
1414

1515
```
16-
-h, --help Help for "stackit beta logs"
16+
-h, --help Help for "stackit logs"
1717
```
1818

1919
### Options inherited from parent commands
@@ -29,6 +29,6 @@ stackit beta logs [flags]
2929

3030
### SEE ALSO
3131

32-
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
33-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
32+
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
33+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
3434

docs/stackit_logs_instance.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit logs instance
2+
3+
Provides functionality for Logs instances
4+
5+
### Synopsis
6+
7+
Provides functionality for Logs instances.
8+
9+
```
10+
stackit logs instance [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit logs instance"
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
-y, --assume-yes If set, skips all confirmation prompts
23+
--async If set, runs the command asynchronously
24+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
25+
-p, --project-id string Project ID
26+
--region string Target region for region-specific requests
27+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
28+
```
29+
30+
### SEE ALSO
31+
32+
* [stackit logs](./stackit_logs.md) - Provides functionality for Logs
33+
* [stackit logs instance create](./stackit_logs_instance_create.md) - Creates a Logs instance
34+
* [stackit logs instance delete](./stackit_logs_instance_delete.md) - Deletes the given Logs instance
35+
* [stackit logs instance describe](./stackit_logs_instance_describe.md) - Shows details of a Logs instance
36+
* [stackit logs instance list](./stackit_logs_instance_list.md) - Lists Logs instances
37+
* [stackit logs instance update](./stackit_logs_instance_update.md) - Updates a Logs instance
38+
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs instance create
1+
## stackit logs instance create
22

33
Creates a Logs instance
44

@@ -7,20 +7,20 @@ Creates a Logs instance
77
Creates a Logs instance.
88

99
```
10-
stackit beta logs instance create [flags]
10+
stackit logs instance create [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Create a Logs instance with name "my-instance" and retention time 10 days
17-
$ stackit beta logs instance create --display-name "my-instance" --retention-days 10
17+
$ stackit logs instance create --display-name "my-instance" --retention-days 10
1818
1919
Create a Logs instance with name "my-instance", retention time 10 days, and a description
20-
$ stackit beta logs instance create --display-name "my-instance" --retention-days 10 --description "Description of the instance"
20+
$ stackit logs instance create --display-name "my-instance" --retention-days 10 --description "Description of the instance"
2121
2222
Create a Logs instance with name "my-instance", retention time 10 days, and restrict access to a specific range of IP addresses.
23-
$ stackit beta logs instance create --display-name "my-instance" --retention-days 10 --acl 1.2.3.0/24
23+
$ stackit logs instance create --display-name "my-instance" --retention-days 10 --acl 1.2.3.0/24
2424
```
2525

2626
### Options
@@ -29,7 +29,7 @@ stackit beta logs instance create [flags]
2929
--acl strings Access control list
3030
--description string Description
3131
--display-name string Display name
32-
-h, --help Help for "stackit beta logs instance create"
32+
-h, --help Help for "stackit logs instance create"
3333
--retention-days int The days for how long the logs should be stored before being cleaned up
3434
```
3535

@@ -46,5 +46,5 @@ stackit beta logs instance create [flags]
4646

4747
### SEE ALSO
4848

49-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
49+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
5050

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs instance delete
1+
## stackit logs instance delete
22

33
Deletes the given Logs instance
44

@@ -7,20 +7,20 @@ Deletes the given Logs instance
77
Deletes the given Logs instance.
88

99
```
10-
stackit beta logs instance delete INSTANCE_ID [flags]
10+
stackit logs instance delete INSTANCE_ID [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Delete a Logs instance with ID "xxx"
17-
$ stackit beta logs instance delete "xxx"
17+
$ stackit logs instance delete "xxx"
1818
```
1919

2020
### Options
2121

2222
```
23-
-h, --help Help for "stackit beta logs instance delete"
23+
-h, --help Help for "stackit logs instance delete"
2424
```
2525

2626
### Options inherited from parent commands
@@ -36,5 +36,5 @@ stackit beta logs instance delete INSTANCE_ID [flags]
3636

3737
### SEE ALSO
3838

39-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
39+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
4040

docs/stackit_beta_logs_instance_describe.md renamed to docs/stackit_logs_instance_describe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs instance describe
1+
## stackit logs instance describe
22

33
Shows details of a Logs instance
44

@@ -7,23 +7,23 @@ Shows details of a Logs instance
77
Shows details of a Logs instance
88

99
```
10-
stackit beta logs instance describe INSTANCE_ID [flags]
10+
stackit logs instance describe INSTANCE_ID [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Get details of a Logs instance with ID "xxx"
17-
$ stackit beta logs instance describe xxx
17+
$ stackit logs instance describe xxx
1818
1919
Get details of a Logs instance with ID "xxx" in JSON format
20-
$ stackit beta logs instance describe xxx --output-format json
20+
$ stackit logs instance describe xxx --output-format json
2121
```
2222

2323
### Options
2424

2525
```
26-
-h, --help Help for "stackit beta logs instance describe"
26+
-h, --help Help for "stackit logs instance describe"
2727
```
2828

2929
### Options inherited from parent commands
@@ -39,5 +39,5 @@ stackit beta logs instance describe INSTANCE_ID [flags]
3939

4040
### SEE ALSO
4141

42-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
42+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
4343

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs instance list
1+
## stackit logs instance list
22

33
Lists Logs instances
44

@@ -7,23 +7,23 @@ Lists Logs instances
77
Lists Logs instances within the project.
88

99
```
10-
stackit beta logs instance list [flags]
10+
stackit logs instance list [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
List all Logs instances
17-
$ stackit beta logs instance list
17+
$ stackit logs instance list
1818
1919
List the first 10 Logs instances
20-
$ stackit beta logs instance list --limit=10
20+
$ stackit logs instance list --limit=10
2121
```
2222

2323
### Options
2424

2525
```
26-
-h, --help Help for "stackit beta logs instance list"
26+
-h, --help Help for "stackit logs instance list"
2727
--limit int Limit the output to the first n elements
2828
```
2929

@@ -40,5 +40,5 @@ stackit beta logs instance list [flags]
4040

4141
### SEE ALSO
4242

43-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
43+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
4444

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta logs instance update
1+
## stackit logs instance update
22

33
Updates a Logs instance
44

@@ -7,20 +7,20 @@ Updates a Logs instance
77
Updates a Logs instance.
88

99
```
10-
stackit beta logs instance update INSTANCE_ID [flags]
10+
stackit logs instance update INSTANCE_ID [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Update the display name of the Logs instance with ID "xxx"
17-
$ stackit beta logs instance update xxx --display-name new-name
17+
$ stackit logs instance update xxx --display-name new-name
1818
1919
Update the retention time of the Logs instance with ID "xxx"
20-
$ stackit beta logs instance update xxx --retention-days 40
20+
$ stackit logs instance update xxx --retention-days 40
2121
2222
Update the ACL of the Logs instance with ID "xxx"
23-
$ stackit beta logs instance update xxx --acl 1.2.3.0/24
23+
$ stackit logs instance update xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options
@@ -29,7 +29,7 @@ stackit beta logs instance update INSTANCE_ID [flags]
2929
--acl strings Access control list
3030
--description string Description
3131
--display-name string Display name
32-
-h, --help Help for "stackit beta logs instance update"
32+
-h, --help Help for "stackit logs instance update"
3333
--retention-days int The days for how long the logs should be stored before being cleaned up
3434
```
3535

@@ -46,5 +46,5 @@ stackit beta logs instance update INSTANCE_ID [flags]
4646

4747
### SEE ALSO
4848

49-
* [stackit beta logs instance](./stackit_beta_logs_instance.md) - Provides functionality for Logs instances
49+
* [stackit logs instance](./stackit_logs_instance.md) - Provides functionality for Logs instances
5050

0 commit comments

Comments
 (0)