Skip to content

Commit 9c207be

Browse files
authored
declare package lists stable (#4298)
1 parent bd0a7a4 commit 9c207be

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

examples/commands/pkglists.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Using packages-lists
44
====================
55

6-
.. include:: ../../common/preview_warning.inc
7-
8-
96
Packages lists are a powerful and convenient Conan feature that allows to automate and concatenate different Conan commands.
107
Let's see some common use cases:
118

reference/commands/formatters/graph_info_json_formatter.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ This section is aimed to show one example of the JSON format output when using a
1313

1414
The output shows the graph information processed by Conan in each command.
1515

16-
17-
.. include:: ../../../common/preview_warning.inc
18-
19-
2016
The JSON output generated by :command:`conan graph info --require=zlib/1.2.11 -r=conancenter --format=json > graph.json`
2117
for instance:
2218

reference/commands/list.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3227
Let's see some examples on how to use this pattern:
3328

0 commit comments

Comments
 (0)