glab-deploy-key - Man Page
Manage deploy keys.
Synopsis
glab deploy-key [flags]
Description
Add, list, get, and delete the deploy keys for a project.
Deploy keys grant access to a repository over SSH without being tied to a user account, and are commonly used by CI/CD jobs and external systems. These commands operate on the current project. Use --repo to target another project.
Options
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
See Also
glab(1), glab-deploy-key-add(1), glab-deploy-key-delete(1), glab-deploy-key-get(1), glab-deploy-key-list(1)
Referenced By
glab(1), glab-deploy-key-add(1), glab-deploy-key-delete(1), glab-deploy-key-get(1), glab-deploy-key-list(1).
Jun 2026 Auto generated by spf13/cobra