Holger Dormann
Holger Dormann
@micbar I get your point. But you can see in my example, that I provide a password via the environment variable `IDM_ADMIN_PASSWORD`. What about logging the password only when has...
The problem, that a latest release exists without artifacts, can be fixed easily: 1. When creating a new release in the Github UI uncheck "latest release" 2. Wait until the...
Is this a duplicate of #201?
Parts of this (checking dead links in CI) has already been handled in #477.
I have checked `docker`, `podman` and `nerdctl` and all of them provide `stdout` and `stderr` in the logs which is expected.
I am not sure if we should allow multiple workloads per log request. Some existing tools: | Tool | Multiplicity | | ---- | ------------ | | `docker logs` |...
@inf17101 The [API definition](https://github.com/eclipse-ankaios/ankaios/blob/24b41b0fc9d148ae3a897a2967df44886179d376/api/proto/ank_base.proto#L51) so far seems to support multiple workloads.
I am not sure if we need specific user documentation for this features. The command in the CLI gets visible with `ank -h` and I have added an example in...
I have created a discussion entry in https://github.com/clap-rs/clap/discussions/6176.
The bash part of the issue has been fixed with #617. The zsh part has been reported as an issue to clap_complete in https://github.com/clap-rs/clap/issues/6178.