1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/choco-apikey.md

20 lines
458 B
Markdown

# choco-apikey
> Manage API keys for Chocolatey sources.
> More information: <https://chocolatey.org/docs/commands-apikey>.
- Display a list of sources and their API keys:
`choco apikey`
- Display a specific source and its API key:
`choco apikey --source "{{source_url}}"`
- Set an API key for a source:
`choco apikey --source "{{source_url}}" --key "{{api_key}}"`
- Remove an API key for a source:
`choco apikey --source "{{source_url}}" --remove`