Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Before you can use the CLI, you need to authenticate:

```bash
# Login with OAuth
npx berget auth login
npx berget auth login # interactive: this device or QR
npx berget auth login --device # force device code (QR / another machine)

# Create an API key
npx berget api-keys create --name "My CLI Key"
Expand Down
Loading
Loading