logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glab-ssh-key-add - Add an SSH key to your GitLab account.

Description

       Creates a new SSH key owned by the currently authenticated user.

       Requires the '--title' flag.

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"

Name

       glab-ssh-key-add - Add an SSH key to your GitLab account.

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.

See Also

glab-ssh-key(1)

Auto generated by spf13/cobra                       Nov 2024                                             glab(1)

Synopsis

glabssh-keyadd[key-file][flags]

See Also