-
Notifications
You must be signed in to change notification settings - Fork 252
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
Powershell reference is not complete #2107
Comments
@alpaix please provide more details, what reference are you referring to (docs.nuget.org ? somewhere else) |
@yishaigalatzer Updated description with official NuGet documentation page link. Also attaching an image from TechNet as a reference example for full parameters documentation: |
@alpaix I've completed an overhaul of the reference, see https://docs.microsoft.com/en-us/nuget/tools/powershell-reference, which has the different commands broken out into individual topics. I didn't go quite so far as to match the references you point. First, I see the open sentences on those references pages and the description sections redundant, so the description is simply at the top. Second, there is very little variance with parameters among the NuGet commands--only a few are required, only a few have default values, they are almost always named instead of positional, and none of them accept pipeline input or wildcards. For this reason, I list the arguments (with the occasional "required" and default value) in more concise tables; investing the time to break them out into the extended details would add a lot of text and visual noise without, in my opinion, adding any value. Those details are, by the way, available by doing get-help -full, which is what I used to reconcile the arguments and their details. I hope this is satisfactory. If not, it's worth noting that breaking out all the extended details to exactly match the TechNet references will be a significantly lower priority for the docs compared with many other extant issues. |
Thanks @kraigb . |
Package Manager Console Powershell Reference should include among others:
For reference, see typical documentation page here https://technet.microsoft.com/en-us/library/hh849901.aspx.
The text was updated successfully, but these errors were encountered: