Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Chocolatey Export command #3771

Closed
gep13 opened this issue Dec 15, 2021 · 1 comment · Fixed by #3768
Closed

Add support for the Chocolatey Export command #3771

gep13 opened this issue Dec 15, 2021 · 1 comment · Fixed by #3768
Assignees
Labels
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Dec 15, 2021

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.

@gep13 gep13 added the Feature label Dec 15, 2021
@gep13 gep13 added this to the v2.1.0 milestone Dec 15, 2021
@gep13 gep13 self-assigned this Dec 15, 2021
@gep13 gep13 linked a pull request Dec 15, 2021 that will close this issue
gep13 added a commit to gep13/cake that referenced this issue Dec 15, 2021
This command was added in 0.11.0 of Chocolatey, providing the ability
for a user to export a file that contains information about all the
currently installed Chocolatey packages on a machine.

This information can be useful, therefore creating a Cake alias to
support it makes sense.
gep13 added a commit to gep13/cake that referenced this issue Feb 7, 2022
This command was added in 0.11.0 of Chocolatey, providing the ability
for a user to export a file that contains information about all the
currently installed Chocolatey packages on a machine.

This information can be useful, therefore creating a Cake alias to
support it makes sense.
devlead pushed a commit to gep13/cake that referenced this issue Feb 15, 2022
This command was added in 0.11.0 of Chocolatey, providing the ability
for a user to export a file that contains information about all the
currently installed Chocolatey packages on a machine.

This information can be useful, therefore creating a Cake alias to
support it makes sense.
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v2.1.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants