You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conan inspect has a subcommand path that I think we should reconsider. The motivation for adding this is having path subcommand as an approach to leave the possibility open for the future to inspect references in the cache and in remotes. You have to call:
conan inspect path conanfile.py
instead of
conan inspect conanfile.py
Maybe we should consider using a syntax more aligned with other commands, something like:
conan inspect conanfile.py
conan inspect --reference=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 --reference=zlib/1.2.11 --cache --> goes to the local cache
conan inspect --reference=zlib/1.2.11 --remote=remote --> goes to the remote
The text was updated successfully, but these errors were encountered:
Related with: #12235 (comment)
conan inspect
has a subcommand path that I think we should reconsider. The motivation for adding this is having path subcommand as an approach to leave the possibility open for the future to inspect references in the cache and in remotes. You have to call:instead of
Maybe we should consider using a syntax more aligned with other commands, something like:
I would leave the inspect on remote case for users to implement their own using custom commands or maybe:
The text was updated successfully, but these errors were encountered: