Skip to content

Commit a4feb08

Browse files
Merge branch 'main' into feat/support-wif-ske-exec
2 parents 1d33eab + 0cb1ef7 commit a4feb08

144 files changed

Lines changed: 5785 additions & 1602 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,34 @@ Help is available for any command by specifying the special flag `--help` (or si
6868

6969
Below you can find a list of the STACKIT services already available in the CLI (along with their respective command names) and the ones that are currently planned to be integrated.
7070

71-
| Service | CLI Commands | Status |
72-
|------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
73-
| Application Load Balancer | `beta alb` | :white_check_mark: (beta) |
74-
| Authorization | `project`, `organization` | :white_check_mark: |
75-
| DNS | `dns` | :white_check_mark: |
76-
| Edge Cloud | `beta edge-cloud` | :white_check_mark: (beta) |
77-
| Git | `git` | :white_check_mark: |
78-
| Infrastructure as a Service (IaaS) | `affinity-group` <br/> `image` <br/> `key-pair` <br/> `network` <br/> `network-area` <br/> `network-interface` <br/> `public-ip` <br/> `quota` <br/> `security-group` <br/> `server` <br/> `volume` | :white_check_mark: |
79-
| Intake | `beta intake` | :white_check_mark: (beta) |
80-
| Key Management Service (KMS) | `beta kms` | :white_check_mark: (beta) |
81-
| Kubernetes Engine (SKE) | `ske` | :white_check_mark: |
82-
| Load Balancer | `load-balancer` | :white_check_mark: |
83-
| LogMe | `logme` | :white_check_mark: |
84-
| MariaDB | `mariadb` | :white_check_mark: |
85-
| MongoDB Flex | `mongodbflex` | :white_check_mark: |
86-
| Observability | `observability` | :white_check_mark: |
87-
| Object Storage | `object-storage` | :white_check_mark: |
88-
| OpenSearch | `opensearch` | :white_check_mark: |
89-
| PostgreSQL Flex | `postgresflex` | :white_check_mark: |
90-
| RabbitMQ | `rabbitmq` | :white_check_mark: |
91-
| Redis | `redis` | :white_check_mark: |
92-
| Resource Manager | `project` | :white_check_mark: |
93-
| Secrets Manager | `secrets-manager` | :white_check_mark: |
94-
| Server Backup Management | `server backup` | :white_check_mark: |
95-
| Server Command (Run Command) | `server command` | :white_check_mark: |
96-
| Service Account | `service-account` | :white_check_mark: |
97-
| SQLServer Flex | `beta sqlserverflex` | :white_check_mark: (beta) |
98-
| File Storage (SFS) | `beta sfs` | :white_check_mark: (beta) |
71+
| Service | CLI Commands | Status |
72+
|------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
73+
| Application Load Balancer | `beta alb` | :white_check_mark: (beta) |
74+
| Authorization | `project`, `organization` | :white_check_mark: |
75+
| DNS | `dns` | :white_check_mark: |
76+
| Edge Cloud | `beta edge-cloud` | :white_check_mark: (beta) |
77+
| Git | `git` | :white_check_mark: |
78+
| Infrastructure as a Service (IaaS) | `affinity-group` <br/> `image` <br/> `key-pair` <br/> `network` <br/> `network-area` <br/> `network-interface` <br/> `public-ip` <br/> `quota` <br/> `security-group` <br/> `server` <br/> `volume` | :white_check_mark: |
79+
| Intake | `beta intake` | :white_check_mark: (beta) |
80+
| Key Management Service (KMS) | `beta kms` | :white_check_mark: (beta) |
81+
| Kubernetes Engine (SKE) | `ske` | :white_check_mark: |
82+
| Load Balancer | `load-balancer` | :white_check_mark: |
83+
| LogMe | `logme` | :white_check_mark: |
84+
| MariaDB | `mariadb` | :white_check_mark: |
85+
| MongoDB Flex | `mongodbflex` | :white_check_mark: |
86+
| Observability | `observability` | :white_check_mark: |
87+
| Object Storage | `object-storage` | :white_check_mark: |
88+
| OpenSearch | `opensearch` | :white_check_mark: |
89+
| PostgreSQL Flex | `postgresflex` | :white_check_mark: |
90+
| RabbitMQ | `rabbitmq` | :white_check_mark: |
91+
| Redis | `redis` | :white_check_mark: |
92+
| Resource Manager | `project` | :white_check_mark: |
93+
| Secrets Manager | `secrets-manager` | :white_check_mark: |
94+
| Server Backup Management | `server backup` | :white_check_mark: |
95+
| Server Command (Run Command) | `server command` | :white_check_mark: |
96+
| Service Account | `service-account` | :white_check_mark: |
97+
| SQLServer Flex | `sqlserverflex` | :white_check_mark: |
98+
| File Storage (SFS) | `beta sfs` | :white_check_mark: (beta) |
9999

100100
## Authentication
101101

docs/stackit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ stackit [flags]
5959
* [stackit server](./stackit_server.md) - Provides functionality for servers
6060
* [stackit service-account](./stackit_service-account.md) - Provides functionality for service accounts
6161
* [stackit ske](./stackit_ske.md) - Provides functionality for SKE
62+
* [stackit sqlserverflex](./stackit_sqlserverflex.md) - Provides functionality for SQLServer Flex
6263
* [stackit volume](./stackit_volume.md) - Provides functionality for volumes
6364

docs/stackit_beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ stackit beta [flags]
4747
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
4848
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
4949
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (STACKIT File Storage)
50-
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
5150
* [stackit beta vpn](./stackit_beta_vpn.md) - Provides functionality for VPN
5251

docs/stackit_beta_alb-waf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ stackit beta alb-waf [flags]
3030
### SEE ALSO
3131

3232
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
33+
* [stackit beta alb-waf custom-rule-group](./stackit_beta_alb-waf_custom-rule-group.md) - Provides functionality for custom rule groups of the ALB WAF
3334
* [stackit beta alb-waf managed-rule-set](./stackit_beta_alb-waf_managed-rule-set.md) - Provides functionality for managed rule sets of the ALB WAF
3435

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## stackit beta alb-waf custom-rule-group
2+
3+
Provides functionality for custom rule groups of the ALB WAF
4+
5+
### Synopsis
6+
7+
Provides functionality for custom rule groups (CRG) of the Web Application Firewall (WAF) for application loadbalancers.
8+
9+
```
10+
stackit beta alb-waf custom-rule-group [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help Help for "stackit beta alb-waf custom-rule-group"
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 beta alb-waf](./stackit_beta_alb-waf.md) - Manages the Web Application Firewall (WAF) for application loadbalancers
33+
* [stackit beta alb-waf custom-rule-group create](./stackit_beta_alb-waf_custom-rule-group_create.md) - Creates an ALB WAF custom rule group
34+
* [stackit beta alb-waf custom-rule-group delete](./stackit_beta_alb-waf_custom-rule-group_delete.md) - Deletes an ALB WAF custom rule group
35+
* [stackit beta alb-waf custom-rule-group describe](./stackit_beta_alb-waf_custom-rule-group_describe.md) - Shows details of an ALB WAF custom rule group
36+
* [stackit beta alb-waf custom-rule-group generate-payload](./stackit_beta_alb-waf_custom-rule-group_generate-payload.md) - Generates a payload to create/update an ALB WAF custom rule group
37+
* [stackit beta alb-waf custom-rule-group list](./stackit_beta_alb-waf_custom-rule-group_list.md) - Lists all ALB WAF custom rule groups
38+
* [stackit beta alb-waf custom-rule-group update](./stackit_beta_alb-waf_custom-rule-group_update.md) - Updates an ALB WAF custom rule group
39+

0 commit comments

Comments
 (0)