Forrest logo
back to context overview

choco-list

List of commands for choco-list:

  • choco-list:tldr:04ea1 choco-list: Display all available packages.
    $ choco list
    try on your machine
    explain this command
  • choco-list:tldr:4811f choco-list: Provide a username and password for authentication.
    $ choco list --user ${username} --password ${password}
    try on your machine
    explain this command
  • choco-list:tldr:7146f choco-list: Display a list including local programs.
    $ choco list --include-programs
    try on your machine
    explain this command
  • choco-list:tldr:bbfc1 choco-list: Specify a custom source to display packages from.
    $ choco list --source ${select}
    try on your machine
    explain this command
  • choco-list:tldr:de7c1 choco-list: Display all locally installed packages.
    $ choco list --local-only
    try on your machine
    explain this command
  • choco-list:tldr:e3dae choco-list: Display only approved packages.
    $ choco list --approved-only
    try on your machine
    explain this command
back to context overview