Skip to content

feat(sshkey): add ssh-key delete command

Mat Gautron requested to merge Mat.G/cli:add_sshkey_delete_command into main

Description

This adds a delete command for ssh keys.

Follows the same format as the get command with the interactive selection, or using keyId as an argument directly.

I did not add unit tests as no other command for ssh-key had them. If they are considered required, I'd need a bit more help to get started with them from scratch.

Related Issues

Resolves #7286 (closed)

How has this been tested?

Screenshots (if appropriate):

20231007_10h54m46s_grim 20231007_10h55m59s_grim

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Niklas van Schrick

Merge request reports