System Grab Bag

View all TLDR pages from Windows (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.