From 4f74183b54eacca5f9215a11a474f40799de3eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Wed, 7 Feb 2024 13:51:34 +0000 Subject: [PATCH] Update service integration table and installation guide (#67) --- INSTALLATION.md | 3 +-- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 30ca1303..47a308bf 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -64,5 +64,4 @@ Alternativelly, you can: ### Pre-compiled binary 1. Download the binary corresponding to your operating system and CPU architecture from our [Releases](https://github.com/stackitcloud/stackit-cli/releases) page -2. Extract the contents of the file to your file system and move it to your preferred location (e.g. your home directory) -3. (For macOS only) Right click on the executable, select "Open". You will see a dialog stating the identity of the developer cannot be confirmed. Click on "Open" to allow the app to run on your Mac. We soon plan to certificate the STACKIT CLI to be trusted by macOS +2. Extract the contents of the file to your file system and move it to your preferred location (make sure the directory is added to your `PATH`) diff --git a/README.md b/README.md index 4dcde908..b9a9f1e7 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,14 @@ Below you can find a list of the STACKIT services already available in the CLI ( | 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 | +| LogMe | `logme` | :white_check_mark: | +| MariaDB | `mariadb` | :white_check_mark: | | MongoDB Flex | `mongodbflex` | :white_check_mark: | | Object Storage | | Will be integrated soon | -| OpenSearch | | Will be integrated soon | +| OpenSearch | `opensearch` | :white_check_mark: | | PostgreSQL Flex | | Will be integrated soon | -| RabbitMQ | | Will be integrated soon | +| RabbitMQ | `rabbitmq` | :white_check_mark: | +| Redis | `redis` | :white_check_mark: | | Resource Manager | `project` | :white_check_mark: | | Secrets Manager | | Will be integrated soon | | Service Account | `service-account` | :white_check_mark: |