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

Print only packages confirmed interactively in conan upload #14512

Merged

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Aug 18, 2023

Changelog: Bugfix: Print only packages confirmed interactively in conan upload.
Docs: Omit

Close #14490

@memsharded memsharded added this to the 2.0.10 milestone Aug 18, 2023
inputs=["yes", "yes", "yes", "yes", "yes", "admin", "password"])
client.save({"conanfile.py": GenConanfile("hello1", "1.2.1")})
client.run("create . ")
client.save({"conanfile.py": GenConanfile("hello1", "1.2.1").with_package_file("file.txt",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL, super nice function to know!

@memsharded memsharded merged commit d739ab6 into conan-io:release/2.0 Aug 21, 2023
@memsharded memsharded deleted the fix/upload_only_confirmed_cli branch August 21, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign UploadAPI management of package_lists and fix user confirmation
3 participants