From c015b89e85c19a4c26c33cb98afea2f7a7c5aeaf Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 1 Apr 2019 18:38:51 +0100 Subject: [PATCH] choco-apikey: add page (#2836) --- pages/windows/choco-apikey.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/windows/choco-apikey.md diff --git a/pages/windows/choco-apikey.md b/pages/windows/choco-apikey.md new file mode 100644 index 0000000000..4925f87b35 --- /dev/null +++ b/pages/windows/choco-apikey.md @@ -0,0 +1,20 @@ +# choco-apikey + +> Manage API keys for Chocolatey sources. +> Homepage: . + +- 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`