Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend README with services integration overview table #48

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ Help is available for any command by specifying the special flag `--help` (or si
- `stackit <GROUP> <SUB-GROUP> --help`
- `stackit <GROUP> <SUB-GROUP> <COMMAND> --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.
Expand Down
Loading