TLDR
Enter a command. For example: azcopy, set, mount, vcvarsall, fsutil.

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}}
     
  • 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.