Skip to content

Commit 1ee25e2

Browse files
authored
update read me (#1294)
1 parent cc82694 commit 1ee25e2

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

README.md

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/stackit-cli)](https://goreportcard.com/report/github.com/stackitcloud/stackit-cli) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/stackitcloud/stackit-cli) [![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-cli)](https://www.apache.org/licenses/LICENSE-2.0)
1111

12-
Welcome to the STACKIT CLI, a command-line interface for [STACKIT - The German business cloud](https://www.stackit.de/en).
12+
Welcome to the STACKIT CLI, a command-line interface for [STACKIT - The sovereign cloud for Europe](https://www.stackit.de/en).
1313

1414
The STACKIT CLI allows you to manage your STACKIT services and resources as well as perform operations using the command-line or in scripts or automation, such as:
1515

@@ -68,28 +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-
| Authorization | `project`, `organization` | :white_check_mark: |
74-
| DNS | `dns` | :white_check_mark: |
75-
| Infrastructure as a Service (IaaS) | `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:|
76-
| Kubernetes Engine (SKE) | `ske` | :white_check_mark: |
77-
| Load Balancer | `load-balancer` | :white_check_mark: |
78-
| LogMe | `logme` | :white_check_mark: |
79-
| MariaDB | `mariadb` | :white_check_mark: |
80-
| MongoDB Flex | `mongodbflex` | :white_check_mark: |
81-
| Observability | `observability` | :white_check_mark: |
82-
| Object Storage | `object-storage` | :white_check_mark: |
83-
| OpenSearch | `opensearch` | :white_check_mark: |
84-
| PostgreSQL Flex | `postgresflex` | :white_check_mark: |
85-
| RabbitMQ | `rabbitmq` | :white_check_mark: |
86-
| Redis | `redis` | :white_check_mark: |
87-
| Resource Manager | `project` | :white_check_mark: |
88-
| Secrets Manager | `secrets-manager` | :white_check_mark: |
89-
| Server Backup Management | `server backup` | :white_check_mark: |
90-
| Server Command (Run Command) | `server command` | :white_check_mark: |
91-
| Service Account | `service-account` | :white_check_mark: |
92-
| SQLServer Flex | `beta sqlserverflex` | :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 | `beta sqlserverflex` | :white_check_mark: (beta) |
98+
| File Storage (SFS) | `beta sfs` | :white_check_mark: (beta) |
9399

94100
## Authentication
95101

0 commit comments

Comments
 (0)