Skip to content

feat(ssh-key): add delete command

Clement Sam requested to merge (removed):main into main

This add a new delete subcommand to the ssh-key command. It allows deleting multiple ssh-keys either by specifying the IDs or interactively selecting which keys to delete.

A user can also delete all available ssh keys by specyfing the --all flag.

Merge request reports