Skip to content
Merged
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
4 changes: 2 additions & 2 deletions flash/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ flash env --help

## Authentication

Authenticate with Runpod using your API key:
Authenticate with Runpod:

```bash
flash login
```

This command prompts you for your Runpod API key and stores it securely for future CLI operations. You can find your API key in the [Runpod console](https://www.runpod.io/console/user/settings).
This command opens your browser to authenticate with Runpod. After you approve the request, your API key is saved locally for future CLI operations. See [`flash login`](/flash/cli/login) for details.

Alternatively, set the `RUNPOD_API_KEY` environment variable:

Expand Down
Loading