Skip to content

Commit c79ff62

Browse files
committed
review changes
1 parent 6f861b5 commit c79ff62

File tree

91 files changed

+434
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+434
-606
lines changed

docs/stackit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ stackit [flags]
5252
* [stackit quota](./stackit_quota.md) - Manage server quotas
5353
* [stackit rabbitmq](./stackit_rabbitmq.md) - Provides functionality for RabbitMQ
5454
* [stackit redis](./stackit_redis.md) - Provides functionality for Redis
55+
* [stackit routing-table](./stackit_routing-table.md) - Manage routing-tables and its according routes
5556
* [stackit secrets-manager](./stackit_secrets-manager.md) - Provides functionality for Secrets Manager
5657
* [stackit security-group](./stackit_security-group.md) - Manage security groups
5758
* [stackit server](./stackit_server.md) - Provides functionality for servers

docs/stackit_beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ stackit beta [flags]
4343
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
4444
* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers
4545
* [stackit beta kms](./stackit_beta_kms.md) - Provides functionality for KMS
46-
* [stackit beta routing-table](./stackit_beta_routing-table.md) - Manage routing-tables and its according routes
4746
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
4847

docs/stackit_beta_routing-table.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/stackit_beta_routing-table_route.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/stackit_routing-table.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## stackit routing-table
2+
3+
Manage routing-tables and its according routes
4+
5+
### Synopsis
6+
7+
Manage routing tables and their associated routes.
8+
9+
This API is currently in a private alpha stage. To request access,
10+
please contact your Account Manager or open a support ticket.
11+
12+
```
13+
stackit routing-table [flags]
14+
```
15+
16+
### Options
17+
18+
```
19+
-h, --help Help for "stackit routing-table"
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
-y, --assume-yes If set, skips all confirmation prompts
26+
--async If set, runs the command asynchronously
27+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
28+
-p, --project-id string Project ID
29+
--region string Target region for region-specific requests
30+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
31+
```
32+
33+
### SEE ALSO
34+
35+
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
36+
* [stackit routing-table describe](./stackit_routing-table_describe.md) - Describe a routing-table
37+
* [stackit routing-table list](./stackit_routing-table_list.md) - List all routing-tables
38+
* [stackit routing-table route](./stackit_routing-table_route.md) - Manage routes of a routing-table
39+

docs/stackit_beta_routing-table_describe.md renamed to docs/stackit_routing-table_describe.md

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

33
Describe a routing-table
44

@@ -7,7 +7,7 @@ Describe a routing-table
77
Describe a routing-table
88

99
```
10-
stackit beta routing-table describe ROUTING_TABLE_ID_ARG [flags]
10+
stackit routing-table describe ROUTING_TABLE_ID_ARG [flags]
1111
```
1212

1313
### Examples
@@ -20,7 +20,7 @@ stackit beta routing-table describe ROUTING_TABLE_ID_ARG [flags]
2020
### Options
2121

2222
```
23-
-h, --help Help for "stackit beta routing-table describe"
23+
-h, --help Help for "stackit routing-table describe"
2424
--network-area-id string Network-Area ID
2525
--organization-id string Organization ID
2626
```
@@ -38,5 +38,5 @@ stackit beta routing-table describe ROUTING_TABLE_ID_ARG [flags]
3838

3939
### SEE ALSO
4040

41-
* [stackit beta routing-table](./stackit_beta_routing-table.md) - Manage routing-tables and its according routes
41+
* [stackit routing-table](./stackit_routing-table.md) - Manage routing-tables and its according routes
4242

docs/stackit_beta_routing-table_list.md renamed to docs/stackit_routing-table_list.md

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

33
List all routing-tables
44

@@ -7,7 +7,7 @@ List all routing-tables
77
List all routing-tables
88

99
```
10-
stackit beta routing-table list [flags]
10+
stackit routing-table list [flags]
1111
```
1212

1313
### Examples
@@ -26,7 +26,7 @@ stackit beta routing-table list [flags]
2626
### Options
2727

2828
```
29-
-h, --help Help for "stackit beta routing-table list"
29+
-h, --help Help for "stackit routing-table list"
3030
--label-selector string Filter by label
3131
--limit int Maximum number of entries to list
3232
--network-area-id string Network-Area ID
@@ -46,5 +46,5 @@ stackit beta routing-table list [flags]
4646

4747
### SEE ALSO
4848

49-
* [stackit beta routing-table](./stackit_beta_routing-table.md) - Manage routing-tables and its according routes
49+
* [stackit routing-table](./stackit_routing-table.md) - Manage routing-tables and its according routes
5050

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## stackit routing-table route
2+
3+
Manage routes of a routing-table
4+
5+
### Synopsis
6+
7+
Manage routes of a routing-table
8+
9+
```
10+
stackit routing-table route [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit routing-table route"
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 routing-table](./stackit_routing-table.md) - Manage routing-tables and its according routes
33+
* [stackit routing-table route create](./stackit_routing-table_route_create.md) - Creates a route in a routing-table
34+
* [stackit routing-table route delete](./stackit_routing-table_route_delete.md) - Deletes a route within a routing-table
35+
* [stackit routing-table route describe](./stackit_routing-table_route_describe.md) - Describe a route within a routing-table
36+
* [stackit routing-table route list](./stackit_routing-table_route_list.md) - list all routes within a routing-table
37+
* [stackit routing-table route update](./stackit_routing-table_route_update.md) - Updates a route in a routing-table
38+

docs/stackit_beta_routing-table_route_create.md renamed to docs/stackit_routing-table_route_create.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta routing-table route create
1+
## stackit routing-table route create
22

33
Creates a route in a routing-table
44

@@ -7,7 +7,7 @@ Creates a route in a routing-table
77
Creates a route in a routing-table.
88

99
```
10-
stackit beta routing-table route create [flags]
10+
stackit routing-table route create [flags]
1111
```
1212

1313
### Examples
@@ -37,7 +37,7 @@ stackit beta routing-table route create [flags]
3737
```
3838
--destination-type string Destination type
3939
--destination-value string Destination value
40-
-h, --help Help for "stackit beta routing-table route create"
40+
-h, --help Help for "stackit routing-table route create"
4141
--labels stringToString Key=value labels (default [])
4242
--network-area-id string Network-Area ID
4343
--nexthop-type string Next hop type
@@ -59,5 +59,5 @@ stackit beta routing-table route create [flags]
5959

6060
### SEE ALSO
6161

62-
* [stackit beta routing-table route](./stackit_beta_routing-table_route.md) - Manage routes of a routing-table
62+
* [stackit routing-table route](./stackit_routing-table_route.md) - Manage routes of a routing-table
6363

docs/stackit_beta_routing-table_route_delete.md renamed to docs/stackit_routing-table_route_delete.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## stackit beta routing-table route delete
1+
## stackit routing-table route delete
22

33
Deletes a route within a routing-table
44

@@ -7,7 +7,7 @@ Deletes a route within a routing-table
77
Deletes a route within a routing-table
88

99
```
10-
stackit beta routing-table route delete routing-table-id [flags]
10+
stackit routing-table route delete routing-table-id [flags]
1111
```
1212

1313
### Examples
@@ -20,7 +20,7 @@ stackit beta routing-table route delete routing-table-id [flags]
2020
### Options
2121

2222
```
23-
-h, --help Help for "stackit beta routing-table route delete"
23+
-h, --help Help for "stackit routing-table route delete"
2424
--network-area-id string Network-Area ID
2525
--organization-id string Organization ID
2626
--routing-table-id string Routing-Table ID
@@ -39,5 +39,5 @@ stackit beta routing-table route delete routing-table-id [flags]
3939

4040
### SEE ALSO
4141

42-
* [stackit beta routing-table route](./stackit_beta_routing-table_route.md) - Manage routes of a routing-table
42+
* [stackit routing-table route](./stackit_routing-table_route.md) - Manage routes of a routing-table
4343

0 commit comments

Comments
 (0)