tldr/pages.de/windows/choco-apikey.md

21 lines
538 B
Markdown
Raw Normal View History

# choco apikey
2020-10-12 17:35:42 +01:00
> Verwalte die API-Schlüssel für die Quellen von Chocolatey.
> Weitere Informationen: <https://chocolatey.org/docs/commands-apikey>.
2020-10-12 17:35:42 +01:00
- Gib eine Liste von Quellen und ihren API-Schlüsseln aus:
`choco apikey`
- Zeige eine bestimmte Quelle und ihren API-Schlüssel an:
`choco apikey --source "{{quell_url}}"`
- Setze den API-Schlüssel für eine Quelle:
`choco apikey --source "{{quell_url}}" --key "{{api_schluessel}}"`
- Entferne den API-Schlüssel einer Quelle:
`choco apikey --source "{{quell_url}}" --remove`