Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.06 KB

File metadata and controls

41 lines (30 loc) · 1.06 KB
title `glab deploy-key`
stage AI Coding
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

Manage deploy keys.

Synopsis

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 string   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   Show help for this command.

Subcommands