Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getting started page with info about CF_API_KEY environment variable. #742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ You can generate a new one from the <a href="https://g.codefresh.io/user/setting

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

Please note, if you have an environment variable called 'CF_API_KEY', the API key in this environment variable will take precedence over the context configured for the CLI. <br />

## Getting Help
To get help and usage instructions run `codefresh [COMMAND]--help`.<br />
A help message will appear in the terminal.<br />
Expand Down