Uninstall the CLI
To uninstall the Veracode CLI, select from the following options. Commands for uninstalling using cURL are not available.
- Chocolatey
- PowerShell
- Homebrew
To uninstall the CLI using Chocolatey, run:
choco uninstall veracode-cli
If you want to uninstall a specific version, include the flag --version=<version>
and replace <version>
with the CLI version number, such as 2.25.0
.
To uninstall the CLI using PowerShell, run:
$ProgressPreference = "silentlyContinue"; iex ((New-Object System.Net.WebClient).DownloadString('https://tools.veracode.com/veracode-cli/uninstall.ps1'))
To uninstall the CLI using Homebrew, run:
brew uninstall veracode-cli