Skip to content

Commit 97ec4ee

Browse files
author
Ted Spinks
authored
Remove old disclaimer from CLI doc (#645)
* Remove old disclaimer from CLI doc Removed old disclaimer "You must be an account admin to generate api keys". A customer noticed you don't need to be an admin to create an API key. I verified that this to be the case in a demo account. * Bump version in package.json
1 parent b2d6d5d commit 97ec4ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/content/getting-started/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Updating the authentication configuration is done via an API-KEY you generate fr
1414

1515
If you already have an API-KEY you can just use it.<br />
1616
You can generate a new one from the <a href="https://g.codefresh.io/user/settings" target="_blank">user settings</a> page. <br />
17-
{{% alert theme="warning" %}}You must be an account admin to generate api keys{{% /alert %}}
1817

1918
Once you have an API key, create a new authentication context:<br> `codefresh auth create-context --api-key {API_KEY}`
2019

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.75.9",
3+
"version": "0.75.10",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)