With the release of 0.11.x of Chocolatey, a new Export command has been added:
https://docs.chocolatey.org/en-us/choco/commands/export
This allows the creation of the file which contains a list of all the currently installed Chocolatey packages, including optionally including the package version number.
This could be a useful command to execute from a Cake script so adding support in the existing Chocolatey functions of Cake makes sense.
With the release of 0.11.x of Chocolatey, a new Export command has been added:
https://docs.chocolatey.org/en-us/choco/commands/export
This allows the creation of the file which contains a list of all the currently installed Chocolatey packages, including optionally including the package version number.
This could be a useful command to execute from a Cake script so adding support in the existing Chocolatey functions of Cake makes sense.