2022-10-25 15:32:51 +02:00
|
|
|
# choco apikey
|
2020-10-12 18:35:42 +02:00
|
|
|
|
|
|
|
> Verwalte die API-Schlüssel für die Quellen von Chocolatey.
|
2021-04-24 13:09:56 +02:00
|
|
|
> Weitere Informationen: <https://chocolatey.org/docs/commands-apikey>.
|
2020-10-12 18:35:42 +02: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`
|