1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-ssh-key-get - Returns a single SSH key specified by the ID.
7
8
9

SYNOPSIS

11       glab ssh-key get  [flags]
12
13
14

DESCRIPTION

16       Returns a single SSH key specified by the ID.
17
18
19

OPTIONS

21       -p, --page=1      Page number
22
23
24       -P, --per-page=20      Number of items to list per page
25
26
27

OPTIONS INHERITED FROM PARENT COMMANDS

29       --help[=false]      Show help for command
30
31
32       -R,  --repo=""       Select  another repository using the OWNER/REPO or
33       GROUP/NAMESPACE/REPO format or full URL or git URL
34
35
36

EXAMPLE

38       # Get ssh key with ID as argument
39       $ glab ssh-key get 7750633
40
41       # Interactive
42       $ glab ssh-key get
43
44       # Interactive, with pagination
45       $ glab ssh-key get -P 50 -p 2
46
47
48
49
50

SEE ALSO

52       glab-ssh-key(1)
53
54
55
56Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum