Cli/ref/mw gitlab ssh-key add
Appearance
mw gitlab ssh-key add
[edit]Add an SSH key to your GitLab account
Synopsis
[edit]Creates a new SSH key owned by the currently authenticated user.
The –title flag is always required
mw gitlab ssh-key add [key-file] [flags]
Examples
[edit]# 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"
Options
[edit]-e, --expires-at string The expiration date of the SSH key in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ) -t, --title string New SSH key's title
Options inherited from parent commands
[edit]--help Help for this command --no-interaction Do not ask any interactive questions -R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw gitlab ssh-key - Manage SSH keys registered with your GitLab account.