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

Commit

Permalink
Merge pull request #121 from s1cyan/doc-changes-0.3
Browse files Browse the repository at this point in the history
Copyright changes + login blurb change
  • Loading branch information
tseelbach authored Nov 1, 2019
2 parents a6d1f0f + 222ec08 commit 897ebb9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Will authenticate you to a Kabanero instance
### Synopsis


Login to a Kabanero instance using Github credentials, and store a temporary access token for subsequent command line calls.
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.


```
Expand Down
2 changes: 1 addition & 1 deletion cmd/activate.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/deactivate.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions cmd/login.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,9 +42,10 @@ var loginCmd = &cobra.Command{
Use: "login kabanero-url -u Github userid -p Github-PAT|Github-password ",
Short: "Will authenticate you to a Kabanero instance",
Long: `
Login to a Kabanero instance using Github credentials, and store a temporary access token for subsequent command line calls.
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** scope. You can select this when creating your PAT in GitHub
`,
Example: `
# login with Github userid and password:
Expand Down
2 changes: 1 addition & 1 deletion cmd/logout.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/onboard.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/sync.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2019 NAME HERE <EMAIL ADDRESS>
Copyright © 2019 IBM Corporation and others.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2019 NAME HERE <EMAIL ADDRESS>
// Copyright © 2019 IBM Corporation and others.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 897ebb9

Please sign in to comment.