1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

choco-apikey: add German translation

This commit is contained in:
LukBukkit 2020-10-12 18:35:42 +02:00 committed by Starbeamrainbowlabs
parent 7eac2ee865
commit 293ebe1cb5

View 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`