From 293ebe1cb578803e9e5ca921bbee34134dba7884 Mon Sep 17 00:00:00 2001 From: LukBukkit Date: Mon, 12 Oct 2020 18:35:42 +0200 Subject: [PATCH] choco-apikey: add German translation --- pages.de/windows/choco-apikey.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.de/windows/choco-apikey.md 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`