Forrest logo
back to context overview

choco-info

List of commands for choco-info:

  • choco-info:tldr:8082d choco-info: Display information on a specific package.
    $ choco info ${package}
    try on your machine
    explain this command
  • choco-info:tldr:90b97 choco-info: Display information for a local package only.
    $ choco info ${package} --local-only
    try on your machine
    explain this command
  • choco-info:tldr:c9052 choco-info: Specify a custom source to receive packages information from.
    $ choco info ${package} --source ${select}
    try on your machine
    explain this command
  • choco-info:tldr:e5ae6 choco-info: Provide a username and password for authentication.
    $ choco info ${package} --user ${username} --password ${password}
    try on your machine
    explain this command
back to context overview