kwctl
kwctl copied to clipboard
Go-to CLI tool for Kubewarden users
### Is your feature request related to a problem? Sometimes, when we want to share the command output (e.g. documentation) the colors chars gets in the way of coping the...
Closes #97 Depends On: #99
[Actual behaviour] For commands like `inspect` or `manifest`, `kwctl` needs the policy "name", which currently is the :// This can bring some confusion, specially when working with the `registry` scheme,...
> term is looking for a new maintainer | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `term` | | Version |...
Right now `kwctl` reuses the docker credentials to be able to pull and push to OCI registries. However, what if the user doesn't have the credentials for a certain registry?...
Right now users can go to our GH release page and download the `kwctl` binary from it. We can improve their installation story by integrating with some installers like: *...
Currently, `kwctl` allows to download policies from OCI registries (with the `registry://`) scheme, and from HTTP(s) servers (with the `https://` and `http://` schemes). Annotating a policy right now looks as...
We should have a nice progress bar that helps understand what is happening behind the scenes. Right now pull doesn't show anything at all
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. Release notes Sourced from actions/checkout's releases. v4.1.3 What's Changed Update actions/checkout version in update-main-version.yml by @jww3 in actions/checkout#1650 Check git version before attempting to...
### Is your feature request related to a problem? When testing a policy with a `kwctl run`, one needs to provide a pre-recorded admission request to be evaluated. The creation...