choco-apikey: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
7eac2ee865
commit
293ebe1cb5
20
pages.de/windows/choco-apikey.md
Normal file
20
pages.de/windows/choco-apikey.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# choco-apikey
|
||||
|
||||
> Verwalte die API-Schlüssel für die Quellen von Chocolatey.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-apikey>.
|
||||
|
||||
- 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`
|
Reference in New Issue
Block a user