logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Choco Source - Manage Package Sources | Online Free DevTools by Hexmos

Manage Chocolatey package sources with Choco Source. Easily add, remove, enable, and disable package sources for streamlined software management. Free online tool, no registration required.

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 {{[-n|--name]}} {{name}} {{[-s|--source]}} {{url}}

  • Add a new package source with credentials:

choco source add {{[-n|--name]}} {{name}} {{[-s|--source]}} {{url}} {{[-u|--user]}} {{username}} {{[-p|--password]}} {{password}}

  • Add a new package source with a client certificate:

choco source add {{[-n|--name]}} {{name}} {{[-s|--source]}} {{url}} --cert {{path\to\certificate_file}}

  • Enable a package source:

choco source enable {{[-n|--name]}} {{name}}

  • Disable a package source:

choco source disable {{[-n|--name]}} {{name}}

  • Remove a package source:

choco source remove {{[-n|--name]}} {{name}}

See Also