mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 13:55:03 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/opencode-auth
Normal file
25
tldr/opencode-auth
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# opencode auth
|
||||
|
||||
> Manage credentials and login for AI providers.
|
||||
> More information: <https://opencode.ai/docs/cli#auth>.
|
||||
|
||||
- Log in to a provider interactively:
|
||||
|
||||
`opencode auth login`
|
||||
|
||||
- List all configured providers:
|
||||
|
||||
`opencode auth list`
|
||||
|
||||
- Log out from a configured provider interactively:
|
||||
|
||||
`opencode auth logout`
|
||||
|
||||
- Display help:
|
||||
|
||||
`opencode auth {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user