stackit-cli
stackit-cli copied to clipboard
A command-line interface to manage STACKIT resources
## Description This PR adds `--ignore-existing` as a flag for `stackit config profile create` in order to call the create idempotent and don not get a error in case the...
## Description Adding additional roles for MongoDB users. Taken from the [API Docs](https://docs.api.stackit.cloud/documentation/mongodb-flex-service/version/v2#tag/user/paths/~1v2~1projects~1%7BprojectId%7D~1regions~1%7Bregion%7D~1instances~1%7BinstanceId%7D~1users/post). ## Checklist - [ ] ~Issue was linked above~ - [x] Code format was applied: `make fmt`...
## Description Issue: STACKITCLI-70 relates to #1234 ## Checklist - [ ] Issue was linked above - [ ] Code format was applied: `make fmt` - [ ] Examples were...
## Description This PR improves the output of server logs to make it more human readable. The screenshot shows old and new output ## Checklist - [x] Issue was linked...
## Description When using commands that require authentication like f.e. `stackit mariadb plans -y` the -y flag does not skip the interactive mode if the session is expired. ## Steps...
We use Mise to manage and version external software for building, testing, etc. This means that the configuration is stored alongside our code, and all developers and pipelines use the...
## Description The `--output-format` flag is not always honored. For example, if one runs a `stackit ske cluster list -o json` on a project that has SKE enabled but where...
## Problem description *Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is. I'm always frustrated when...
## Problem description While working on a PR I realised I needed to setup a bunch of tools by hand - namely `yamllint` and `golangci-lint` - before I could work...
## Problem description I think the stackit CLI's help function still needs a lot of improvement. Especially for people who have previously used the OpenStack CLI, some basic additional information...