mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-09 06:31:25 +02:00
Adds a new sub-command to talosctl config. It takes in the context to be deleted as argument and supports glob matching. A local flag --noconfirm|-y can be passed to bypass the confirmation prompt. It also supports dry run by passing the --dry-run flag similar to apply-config and edit commands. Example: $ talosctl config remove 'ctx-*' Remove context ctx-a? (y/N): y Remove context ctx-b? (y/N): y Signed-off-by: Murtaza Udaipurwala <murtaza@murtazau.xyz> Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>