mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 17:01:34 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/windows/choco-apikey
Normal file
25
tldr/windows/choco-apikey
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# choco apikey
|
||||
|
||||
> Manage API keys for Chocolatey sources.
|
||||
> More information: <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`
|
||||
Reference in New Issue
Block a user