
choco
List of commands for choco:
-
choco:ai:14213 This command uses Chocolatey package manager to install Node.js on Windows.$ choco install nodejstry on your machineexplain this command
-
choco:ai:37967 Install Firefox using Chocolatey package manager$ choco install firefoxtry on your machineexplain this command
-
choco:ai:7891d Install Docker CLI on Windows using Chocolatey package manager.$ choco install docker-cli --version 19.03.12 -ytry on your machineexplain this command
-
choco:ai:db9ab Installs Hydra using Chocolatey package manager$ choco install hydratry on your machineexplain this command
-
choco:tldr:3ec88 choco: Call help on a specific command.$ choco ${command} -?try on your machineexplain this command
-
choco:tldr:4f340 choco: Execute Chocolatey command.$ choco ${command}try on your machineexplain this command
-
choco:tldr:6fc8c choco: Check the Chocolatey version.$ choco --versiontry on your machineexplain this command