Skip to content

Instantly share code, notes, and snippets.

View yaningo's full-sized avatar

Yann D. yaningo

  • I'm right here!
View GitHub Profile
description: >
This command deletes SSH keys (checkout or additional) from all projects.
parameters:
delete-deploy-keys:
description: |
Whether or not to delete deploy SSH keys.
type: boolean
default: true
rotate-deploy-keys: