-
Notifications
You must be signed in to change notification settings - Fork 183
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
Change note that Get-PackageParameters is now available in Chocolatey CLI directly #430
Comments
Hi @TheCakeIsNaOH but it's not working in 0.11.2, it's working after upgrading to latest available. It is skipping the installation to the path given choco install <pkg_id> --params "'/LICENSE:value'"``. eg: choco install <pkg_id> --params "'/customlocation:C:/users/somedir'". But when using the command with latest chocolatey I can see the package installed to the given path. |
This updates the note about Get-PackageParameters to say that it is now included with Chocolatey CLI. This also removes the now unnecessary section about how to take a dependency on the chocolatey-core.extension.
@Manoj496 if you are still having issues with using |
This updates the note about Get-PackageParameters to say that it is now included with Chocolatey CLI. This also removes the now unnecessary section about how to take a dependency on the chocolatey-core.extension.
(#430) Update information about Get-PackageParameters
What You Are Seeing?
https://docs.chocolatey.org/en-us/guides/create/parse-packageparameters-argument
What is Expected?
Get-PackageParameters
has actually been available directly as a helper since Chocolatey CLI 0.10.8chocolatey/choco#1393
The note should be updated.
How Did You Get This To Happen? (Steps to Reproduce)
N/A
The text was updated successfully, but these errors were encountered: