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

Allow setting no confirmation on each source #179

Closed
chevdor opened this issue Mar 19, 2015 · 5 comments
Closed

Allow setting no confirmation on each source #179

chevdor opened this issue Mar 19, 2015 · 5 comments

Comments

@chevdor
Copy link

chevdor commented Mar 19, 2015

It would be nice to be able to define a default per repo. For instance, using my local repo would imply -y by default while using a public repo would require the -y.

@gep13
Copy link
Member

gep13 commented Mar 19, 2015

That's a very interesting idea! 👍

@TheCakeIsNaOH
Copy link
Member

I have been playing around with this, and it looks like this will require chocolatey/nuget-chocolatey#6 to be implemented first.
If there are sources with and without the auto confirmation, then there is not a good way to figure out which source the nuget package is coming from.

TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Nov 13, 2021
@TheCakeIsNaOH TheCakeIsNaOH added the Requires NuGet.Client Change This issue requires a modification to something in referenced NuGet.Client library. label Feb 4, 2022
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jun 30, 2022
@pauby
Copy link
Member

pauby commented Dec 19, 2023

The client should specify whether the package is to be installed without prompting, not the source. Then we are being very deliberate about where the control is for that.

If the source specifies no confirmation, we need to add something to the client to override that. This is a lot of work and changes to workaround not having to add a -y to the command line.

I'm not persuaded we need this.

@pauby pauby changed the title Set confirmation per repo Allow setting no confirmation on each source Dec 19, 2023
Copy link

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue will be closed in 14 days if it continues to be inactive.

@github-actions github-actions bot added the Pending Closure This issue has been marked as having no response or is stale and will soon be closed. label Jan 19, 2024
Copy link

github-actions bot commented Feb 3, 2024

Dear contributor,

As this issue seems to have been inactive for quite some time now, it has been automatically closed.
If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request
has been added.
Thank you for your contribution.

@pauby pauby removed Requires NuGet.Client Change This issue requires a modification to something in referenced NuGet.Client library. Pending Closure This issue has been marked as having no response or is stale and will soon be closed. labels Feb 3, 2024
@gep13 gep13 removed this from the Future milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants