Allow unregister all runners
Description
I wish there is something like gitlab-runner unregister --all
command, in order to unregister all the runners on the given machine. It can be useful when your CI runners are ephemeral, and can die at any time. This will allow to cleanly shutdown the machine and remove all the runners from GitLab.
Proposal
Add --all
flag to unregister
command.