Move mention of classic token to correct line
This commit is contained in:
parent
375dbf19da
commit
ae9e68b803
1 changed files with 4 additions and 2 deletions
|
|
@ -63,14 +63,16 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm
|
|||
flag.
|
||||
|
||||
The default authentication mode is a web-based browser flow. After completion, an
|
||||
authentication token (classic) will be stored securely in the system credential store.
|
||||
authentication token will be stored securely in the system credential store.
|
||||
If a credential store is not found or there is an issue using it gh will fallback
|
||||
to writing the token to a plain text file. See %[1]sgh auth status%[1]s for its
|
||||
stored location.
|
||||
|
||||
Alternatively, use %[1]s--with-token%[1]s to pass in a token on standard input.
|
||||
Alternatively, use %[1]s--with-token%[1]s to pass in a token (classic) on standard input.
|
||||
The minimum required scopes for the token are: %[1]srepo%[1]s, %[1]sread:org%[1]s, and %[1]sgist%[1]s.
|
||||
|
||||
Fine-grained tokens are not supported.
|
||||
|
||||
Alternatively, gh will use the authentication token found in environment variables.
|
||||
This method is most suitable for "headless" use of gh such as in automation. See
|
||||
%[1]sgh help environment%[1]s for more info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue