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:
parent
7eac2ee865
commit
293ebe1cb5
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue