Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
simplifies the PAT permissions line in login long summary
Browse files Browse the repository at this point in the history
  • Loading branch information
s1cyan committed Nov 1, 2019
1 parent 3f3230b commit 222ec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var loginCmd = &cobra.Command{
Logs in to a Kabanero instance using Github credentials, and stores a temporary access token for subsequent command line calls.
The temporary authentication token will be stored in your-home-directory/.kabanero/config.yaml.
Use your Github userid and either password or Personal Access Token (PAT).
* If you use a GitHub Personal Access Token, make sure it has **read:org** - Read org and team membership, read org projects OAuth Scope allowed. You can select this when creating your PAT in GitHub.
* If you use a GitHub Personal Access Token, make sure it has **read:org** scope. You can select this when creating your PAT in GitHub
`,
Example: `
# login with Github userid and password:
Expand Down

0 comments on commit 222ec08

Please sign in to comment.