Add support for creating and managing deploy tokens

Problem to Solve

Currently the GitLab CLI does not support managing deploy tokens.

Proposal

Add a new command for deploy tokens:

  • glab deploy-token

Support the available CRUD operations for project and group deploy tokens: https://docs.gitlab.com/api/deploy_tokens/

Edited by Kai Armstrong