We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conan list
Latest develop2 branch
develop2
The result from conan list is different if the command is local cache or remote
conan list name/version@#ae217408f5df09637e4b1bdbe2795f63:95e963b230e58ec1da5084c3e7261e46329279ca#* -f json --cache { "Local Cache": { "app/version#4c07c7e7d383293da58cec0b5a48299d": { "app/version#4c07c7e7d383293da58cec0b5a48299d:4738c78949301e2e09ba11870074f07541f0eb06#771292fe732e4ef1ae9dccd8099f1be4": {} } } } ------------------------------------------------------------------ conan list name/version@#ae217408f5df09637e4b1bdbe2795f63:95e963b230e58ec1da5084c3e7261e46329279ca#* -f json --remote conanRemote { "conanRemote": { "revisions": [ "name/version#rrev:pkgid#prev1%0.0", "name/version#rrev:pkgid#prev2%0.0" ] } }
The text was updated successfully, but these errors were encountered:
Closed by #12883
Sorry, something went wrong.
franramirez688
memsharded
Successfully merging a pull request may close this issue.
Environment details
Latest
develop2
branchSteps to reproduce
The result from
conan list
is different if the command is local cache or remoteThe text was updated successfully, but these errors were encountered: