mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:06:00 +02:00
choco-apikey: add page (#2836)
This commit is contained in:
parent
20557490fb
commit
c015b89e85
1 changed files with 20 additions and 0 deletions
20
pages/windows/choco-apikey.md
Normal file
20
pages/windows/choco-apikey.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# choco-apikey
|
||||
|
||||
> Manage API keys for Chocolatey sources.
|
||||
> Homepage: <https://chocolatey.org/docs/commands-apikey>.
|
||||
|
||||
- Display a list of sources and their API keys:
|
||||
|
||||
`choco apikey`
|
||||
|
||||
- Display a specific source and its API key:
|
||||
|
||||
`choco apikey --source "{{source_url}}"`
|
||||
|
||||
- Set an API key for a source:
|
||||
|
||||
`choco apikey --source "{{source_url}}" --key "{{api_key}}"`
|
||||
|
||||
- Remove an API key for a source:
|
||||
|
||||
`choco apikey --source "{{source_url}}" --remove`
|
Loading…
Add table
Reference in a new issue