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

Simplify conan inspect command, removing path subcommand. #12263

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

czoido
Copy link
Contributor

@czoido czoido commented Oct 7, 2022

Changelog: Simplify conan inspect command, removing path subcommand.
Closes: #12247

TODO: consider to add inspection of references in local cache and remotes, some ideas:

conan inspect conanfile.py
conan inspect --requires=zlib/1.2.11 --> goes to the local cache

I would leave the inspect on remote case for users to implement their own using custom commands or maybe:

conan inspect --requires=zlib/1.2.11 --cache --> goes to the local cache
conan inspect --requires=zlib/1.2.11 --remote=remote --> goes to the remote

@czoido czoido added this to the 2.0.0-beta4 milestone Oct 7, 2022
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.

2 participants