stackit-cli
stackit-cli copied to clipboard
A command-line interface to manage STACKIT resources
Currently, for an outside user I cannot see if there is a vulnerability check (e.g. snyk) in place. Please consider adding it and/or make it transparent.
The current Makefile doesnt calculate test coverage. Calculating it is as easy as ```bash go test -v -coverpkg=./... -coverprofile coverage.out ./... go tool cover -func coverage.out ``` When running the...
As a stackit user, I usually deal with multiple projects (e.g. for staging) and configurations. Currently, only a single configuration is available via `~/.stackit/cli-config.json`. Proposal: Add a `--context` flag to...
When installing the binary release from github, of course I need to fix completions my self. As oh-my-zsh user, I ran ```bash stackit completion zsh > ~/.oh-my-zsh/completions/_stackit omz update ```...
As a user, after installing the CLI, running `stackit` for the first time yields a nice help. Yet I have to know that I need to run `stackit auth login`...
As there is currently no linux package for the CLI, I use the github release. I use [eget](https://github.com/zyedidia/eget) to install and manage binaries installed from github. This could be useful...
The README implies knowledge about STACKIT as a prerequisite. If I would stumble over this w/o knowing what it is, I'd stop reading after the title. A short introduction &...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stackitcloud/stackit-sdk-go/core](https://redirect.github.com/stackitcloud/stackit-sdk-go) | require | minor | `v0.13.0` -> `v0.14.0` | | [github.com/stackitcloud/stackit-sdk-go/services/iaas](https://redirect.github.com/stackitcloud/stackit-sdk-go) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/mod | require | minor | `v0.20.0` -> `v0.21.0` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | minor | `v0.29.2` -> `v0.31.1` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) |...