
choco-apikey
List of commands for choco-apikey:
-
choco-apikey:tldr:0db23 choco-apikey: Display a list of sources and their API keys.$ choco apikeytry on your machineexplain this command
-
choco-apikey:tldr:5dad4 choco-apikey: Set an API key for a source.$ choco apikey --source "${source_url}" --key "${api_key}"try on your machineexplain this command
-
choco-apikey:tldr:d9cec choco-apikey: Display a specific source and its API key.$ choco apikey --source "${source_url}"try on your machineexplain this command
-
choco-apikey:tldr:ed504 choco-apikey: Remove an API key for a source.$ choco apikey --source "${source_url}" --removetry on your machineexplain this command