Skip to content

Commit

Permalink
Add link to docs for API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Jan 10, 2024
1 parent 53a9df7 commit b9c27ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the official command line interface for the Cycleops API.

## Requirements

To run the Cycleops CLI either Python 3.1 or newer, or Docker is required.
To run the Cycleops CLI either Python 3.11 or newer, or Docker is required.

## Installation

Expand All @@ -29,9 +29,7 @@ docker run -e CYCLEOPS_API_KEY=your-api-key ghcr.io/stackmasters/cycleops --help

### Authentication

To authenticate with the Cycleops CLI, you need to provide an API key.

You can find your API keys in the Cycleops UI, under the `Team` category. Alternatively you can create a new API key by visiting `Team > Users > Add New > API key`.
To authenticate with the Cycleops CLI, you need to provide an API key. Documentation on how to create an API key is available at https://cycleops.io/docs/api-keys/create-a-new-api-key.

#### Environment variable

Expand Down

0 comments on commit b9c27ef

Please sign in to comment.