choco source
Manage sources for packages with Chocolatey. More information: https://chocolatey.org/docs/commands-source.
-
List currently available sources:
choco source list -
Add a new package source:
choco source add --name {{name}} --source {{url}} -
Add a new package source with credentials:
choco source add --name {{name}} --source {{url}} --user {{username}} --password {{password}} -
Add a new package source with a client certificate:
choco source add --name {{name}} --source {{url}} --cert {{path\to\certificate_file}} -
Enable a package source:
choco source enable --name {{name}} -
Disable a package source:
choco source disable --name {{name}} -
Remove a package source:
choco source remove --name {{name}}
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.