Skip to content

Commit e87073b

Browse files
added list and different subfolder
1 parent 66e4122 commit e87073b

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

examples/config_files/settings/settings_user.rst

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please, first of all, clone the sources to recreate this project. You can find t
99
.. code-block:: bash
1010
1111
$ git clone https://github.com/conan-io/examples2.git
12-
$ cd examples2/examples/config_files/settings
12+
$ cd examples2/examples/config_files/settings_user
1313
1414
1515
In this example we are going to see how to customize your settings without overwriting the original **settings.yml** file.
@@ -242,7 +242,62 @@ that it's working correctly:
242242
243243
244244
As you could observe, each command has created a different package. That was completely right because we were using
245-
different settings for each one. Try any other custom setting!
245+
different settings for each one. If you want to see all the packages created, you can use the :ref:`reference_commands_list` command:
246+
247+
248+
.. code-block:: bash
249+
:caption: List all the *pkg/1.0*'s packages
250+
251+
$ conan list pkg/1.0:*
252+
Local Cache
253+
pkg
254+
pkg/1.0
255+
revisions
256+
637fc1c7080faaa7e2cdccde1bcde118 (2023-02-16 06:42:10 UTC)
257+
packages
258+
19cf3cb5842b18dc78e5b0c574c1e71e7b0e17fc
259+
info
260+
settings
261+
arch: cortexa15t2hf
262+
build_type: Release
263+
compiler: apple-clang
264+
compiler.cppstd: gnu98
265+
compiler.libcxx: libc++
266+
compiler.version: 12.0
267+
os: webOS
268+
20496b332552131b67fb99bf425f95f64d0d0818
269+
info
270+
settings
271+
arch: x86_64
272+
build_type: Release
273+
compiler: apple-clang
274+
compiler.cppstd: gnu98
275+
compiler.libcxx: libc++
276+
compiler.version: 12.0
277+
os: Macos
278+
44a4588d3fe63ccc6e7480565d35be38d405718e
279+
info
280+
settings
281+
arch: x86_64
282+
build_type: Release
283+
compiler: gcc
284+
compiler.libcxx: libstdc++11
285+
compiler.version: 13.0-rc
286+
os: Macos
287+
a0d37d10fdb83a0414d7f4a1fb73da2c210211c6
288+
info
289+
settings
290+
arch: x86_64
291+
build_type: Release
292+
compiler: apple-clang
293+
compiler.cppstd: gnu98
294+
compiler.libcxx: libc++
295+
compiler.version: 12.0
296+
os: webOS
297+
os.sdk_version: 7.0.0
298+
299+
300+
Try any other custom setting!
246301
247302
.. seealso::
248303

0 commit comments

Comments
 (0)