File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can also requires this module to be used in node.js and the browser
17
17
Run ` /usr/local/bin/codefresh completion >> ~/.bashrc ` . <br />
18
18
If you are on OSX run ` /usr/local/bin/codefresh completion >> ~/.bash_profile `
19
19
20
- # Creating authentication context
20
+ # Getting Started
21
21
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 } `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments