feat: new command for the pausing the runner

Description

New CLI command for pausing the runner. This command will help to pause the specific runner from the CLI

API:

curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \
     --form "paused=true"  "https://gitlab.example.com/api/v4/runners/6"

Resolves #[#8169 (closed)]

How has this been tested?

Added test cases for testing the command properly

Screenshots (if appropriate):

image image

Edited by Aayush

Merge request reports

Loading