File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 33Using packages-lists
44====================
55
6- .. include :: ../../common/preview_warning.inc
7-
8-
96Packages lists are a powerful and convenient Conan feature that allows to automate and concatenate different Conan commands.
107Let's see some common use cases:
118
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ This section is aimed to show one example of the JSON format output when using a
1313
1414The output shows the graph information processed by Conan in each command.
1515
16-
17- .. include :: ../../../common/preview_warning.inc
18-
19-
2016The JSON output generated by :command: `conan graph info --require=zlib/1.2.11 -r=conancenter --format=json > graph.json `
2117for instance:
2218
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ Using it you can list:
2323* Package IDs and their configurations (``name/version@user/channel#rrev:pkgids ``).
2424* Package revisions (``name/version@user/channel#rrev:pkgids#prev ``).
2525
26- .. warning ::
27-
28- The json output of the ``conan list --format=json `` is in **preview **.
29- See :ref: `the Conan stability<stability> ` section for more information.
30-
3126
3227Let's see some examples on how to use this pattern:
3328
You can’t perform that action at this time.
0 commit comments