table of contents
other versions
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1
- unstable 1.49.0-1+b1
glab(1) | glab(1) |
NAME¶
glab-ssh-key-add - Add an SSH key to your GitLab account.
SYNOPSIS¶
glab ssh-key add [key-file] [flags]
DESCRIPTION¶
Creates a new SSH key owned by the currently authenticated user.
Requires the '--title' flag.
OPTIONS¶
-e, --expires-at="" The expiration date of the SSH key. Uses ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
-t, --title="" New SSH key's title.
OPTIONS INHERITED FROM PARENT COMMANDS¶
--help[=false] Show help for this command.
-R, --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format. Also accepts full URL or Git URL.
EXAMPLE¶
# Read ssh key from stdin and upload. $ glab ssh-key add -t "my title" # Read ssh key from specified key file and upload. $ glab ssh-key add ~/.ssh/id_ed25519.pub -t "my title"
SEE ALSO¶
Dec 2024 | Auto generated by spf13/cobra |