Holger Dormann
Holger Dormann
Maybe we can add support for zsh autocompletion as well.
See also [Clap CompleteCommand](https://docs.rs/clap_complete/latest/clap_complete/dynamic/shells/enum.CompleteCommand.html) which seems to be work in progress.
For dynamic completion the following use cases exist: * `ank get workload ` * `ank delete workload ` Maybe also for `object_field_mask` which is used in * `ank get state`...
@inf17101 and @krucod3 I like the table output for `ank get agents` but for better readability I would reduce a column header to a single word. If required the column...
While I see the need for the Ankaios CLI running on Mac/darwin, I am not sure about the server and agent as we need a Linux to run those. Even...
I propose to add the following variants to the release which contain the `ank` resp. `ank.exe` file: * ank_cli_darwin_arm64.tgz * ank_cli_darwin_amd64.tgz * ank_cli_windows_amd64.zip * ank_cli_windows_arm64.zip The last variant is for...
When we support the CLI for Windows, shell completions must be adapted as well for Powershell and Cmd.
I have spitted the Windows part in a new issue #419. This issue keeps existing for MacOS.
I consider this issue here more as a lightweight solution comparable to the Kubernetes dashboard where as #122 is more on modelling which is not part of this issue here.
The dashboard is available on https://github.com/FelixMoelders/ankaios-dashboard.