From d947efeb66e6d1189fb9587f7e1cf4281d3fa796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Fri, 2 Feb 2024 10:18:34 +0000 Subject: [PATCH] Extend README with services integration overview table --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 4aaef91cb..d1e09e3d7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,27 @@ Help is available for any command by specifying the special flag `--help` (or si - `stackit --help` - `stackit --help` +## Available services + +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. + +| Service | CLI Commands | Status | +| ----------------------- | ------------------------- | ----------------------- | +| Argus | | Will be integrated soon | +| DNS | `dns` | :white_check_mark: | +| Kubernetes Engine (SKE) | `ske` | :white_check_mark: | +| Load Balancer | | Will be integrated soon | +| LogMe | | Will be integrated soon | +| MariaDB | | Will be integrated soon | +| Membership | `project`, `organization` | :white_check_mark: | +| MongoDB Flex | `mongodbflex` | :white_check_mark: | +| Object Storage | | Will be integrated soon | +| OpenSearch | | Will be integrated soon | +| PostgreSQL Flex | | Will be integrated soon | +| RabbitMQ | | Will be integrated soon | +| Secrets Manager | | Will be integrated soon | +| Service Account | `service-account` | :white_check_mark: | + ## Authentication Most of the commands will require you to be authenticated. Currently it's possible to authenticate with your personal user or with a service account.