1glab(1) glab(1)
2
3
4
6 glab-ssh-key-delete - Deletes a single SSH key specified by the ID.
7
8
9
11 glab ssh-key delete [flags]
12
13
14
16 Deletes a single SSH key specified by the ID.
17
18
19
21 --help[=false] Show help for command
22
23
24 -R, --repo="" Select another repository using the OWNER/REPO or
25 GROUP/NAMESPACE/REPO format or full URL or git URL
26
27
28
30 # Delete SSH key with ID as argument
31 $ glab ssh-key delete 7750633
32
33 # Interactive
34 $ glab ssh-key delete
35
36
37
38
39
41 glab-ssh-key(1)
42
43
44
45Auto generated by spf13/cobra Nov 2023 glab(1)