Skip to content

Commit

Permalink
Merge pull request #2142 from memsharded/feature/info_output
Browse files Browse the repository at this point in the history
context info output
  • Loading branch information
czoido committed Jun 30, 2021
2 parents 173fa86 + 9a064e1 commit 0c8a1c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions getting_started.rst
Expand Up @@ -310,6 +310,7 @@ To inspect all your current project's dependencies use the :command:`conan info`
openssl/1.0.2t
ID: eb50d18a5a5d59bd0c332464a4c348ab65e353bf
BuildID: None
Context: host
Remote: conancenter=https://center.conan.io
URL: https://github.com/conan-io/conan-center-index
Homepage: https://github.com/openssl/openssl
Expand All @@ -327,6 +328,7 @@ To inspect all your current project's dependencies use the :command:`conan info`
poco/1.9.4
ID: 645aaff0a79e6036c77803601e44677556109dd9
BuildID: None
Context: host
Remote: conancenter=https://center.conan.io
URL: https://github.com/conan-io/conan-center-index
Homepage: https://pocoproject.org
Expand All @@ -344,6 +346,7 @@ To inspect all your current project's dependencies use the :command:`conan info`
zlib/1.2.11
ID: f74366f76f700cc6e991285892ad7a23c30e6d47
BuildID: None
Context: host
Remote: conancenter=https://center.conan.io
URL: https://github.com/conan-io/conan-center-index
Homepage: https://zlib.net
Expand Down
3 changes: 3 additions & 0 deletions reference/commands/consumer/info.rst
Expand Up @@ -145,6 +145,7 @@ The output will look like:
Dependency/0.1@user/channel
ID: 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
BuildID: None
Context: host
Remote: None
URL: http://...
License: MIT
Expand All @@ -157,6 +158,7 @@ The output will look like:
hello/1.0@user/channel
ID: 5ab84d6acfe1f23c4fa5ab84d6acfe1f23c4fa8
BuildID: None
Context: host
Remote: None
URL: http://...
License: MIT
Expand Down Expand Up @@ -265,6 +267,7 @@ The output will look like:
foobar/1.0.0@user/channel
ID: 6af9cc7cb931c5ad942174fd7838eb655717c709
BuildID: None
Context: host
export_folder: /home/conan/.conan/data/foobar/1.0.0/user/channel/export
source_folder: /home/conan/.conan/data/foobar/1.0.0/user/channel/source
build_folder: /home/conan/.conan/data/foobar/1.0.0/user/channel/build/6af9cc7cb931c5ad942174fd7838eb655717c709
Expand Down
2 changes: 2 additions & 0 deletions reference/commands/output/info.rst
Expand Up @@ -81,6 +81,7 @@ contain a list with the information for each of the nodes.
"display_name":"liba/0.1@lasote/stable",
"id":"8da7d879f40d12efabc9a1f26ab12f1b6cafb6ad",
"build_id":null,
"context": "host",
"url":"myurl",
"license":[
"MIT"
Expand All @@ -100,6 +101,7 @@ contain a list with the information for each of the nodes.
"display_name":"libb/0.1@lasote/stable",
"id":"c4ec2bf350e2a02405029ab366535e26372a4f63",
"build_id":null,
"context": "host",
"url":"myurl",
"license":[
"MIT"
Expand Down

0 comments on commit 0c8a1c1

Please sign in to comment.