glab-ssh-key-add - Man Page
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.
The --title flag is always required
Options
-e, --expires-at="" The expiration date of the SSH key in 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 command
- -R, ā--repo="" Select another repository using the OWNER/REPO or GROUP/NAMESPACE/REPO
- format or 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
Referenced By
Nov 2023 Auto generated by spf13/cobra