Skip to content

Commit 5f24d16

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update README.md file
1 parent 5286167 commit 5f24d16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can also requires this module to be used in node.js and the browser
1717
Run `/usr/local/bin/codefresh completion >> ~/.bashrc`. <br />
1818
If you are on OSX run `/usr/local/bin/codefresh completion >> ~/.bash_profile`
1919

20-
# Creating authentication context
20+
# Getting Started
2121
In order to start working with the cli you will need to update the authentication configuration. <br />
22-
You can find your access token through our swagger documentation `https://g.codefresh.io/api/` <br />
23-
Once you have the token create a new context: `codefresh auth create-context first-context --token {TOKEN}`
22+
Generate a new API key through the <a href="https://g.codefresh.io/account/tokens" target="_blank">account settings</a> page. <br />
23+
Once you have the API key, create a new authentication context: `codefresh auth create-context --api-key {API_KEY}`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)