File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/content/getting-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ In order to start working with the cli you will need to update the authenticatio
13
13
Updating the authentication configuration is done via an API-KEY you generate from Codefresh. <br />
14
14
15
15
If you already have an API-KEY you can just use it.<br />
16
- You can generate a new one from the <a href =" https://g.codefresh.io/account-admin/account-conf/tokens " target =" _blank " >account settings</a > page. <br />
16
+ You can generate a new one from the <a href =" https://g.codefresh.io/user/settings " target =" _blank " >user settings</a > page. <br />
17
17
{{% alert theme="warning" %}}You must be an account admin to generate api keys{{% /alert %}}
18
18
19
19
Once you have an API key, create a new authentication context:<br > ` 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.24.1 " ,
3
+ "version" : " 0.25.0 " ,
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