Warning
This is a pre-release version of Chocolatey CLI and it is NOT suitable for production use! A pre-release version will have bugs that could have a detrimental impact to your environment. Ensure all necessary due diligence steps are taken before using in your environment.
Warning
This pre-release version of Chocolatey CLI only works with the beta version of the Chocolatey Licensed Extension.
Note
If you run into any problems when using this beta version of Chocolatey CLI we would ask that you comment on this discussion, which is where we will be collating issues, and providing workarounds, etc. We will not be accepting issues raised against this beta release.
Known Issues
See this list for known issues with this pre-release.
Breaking Changes
In addition to the breaking changes listed in the previous alpha release below, the following changes have been made:
choco config list
should only include information about config - see #2986.- Remove the
--remove
option inchoco apikey
command and replace withremove
subcommand - see #2984. - Remove WebPI alternative source - see #2980.
- Rename or migrate away from custom HashCode class - see #2909.
- Migrate from Rx-* packages to System.Reactive.* packages - see #2896.
- Remove side-by-side installs - see #2788.
- Fix spelling mistake in the extract_binary_file_from_assembly function - see #2776.
- Remove deprecated Chocolatey shims (
chocolatey
,cinst
,clist
,cpush
,cuninst
,cup
) - see #2642. - Remove deprecated configurations from Config - see #2630.
- Remove the default push location when uploading/pushing packages - see #2629.
- Remove Get-BinRoot Chocolatey helper function - see #2623.
choco config list --limit-output
does not limit output as expected - see #2013.- Change default behavior of
choco list
to be local only - see #158.