diff --git a/pages.de/windows/choco-apikey.md b/pages.de/windows/choco-apikey.md new file mode 100644 index 0000000000..6210f91c71 --- /dev/null +++ b/pages.de/windows/choco-apikey.md @@ -0,0 +1,20 @@ +# choco-apikey + +> Verwalte die API-Schlüssel für die Quellen von Chocolatey. +> Mehr Informationen: . + +- 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`