Skip to content

Commit 30eb8aa

Browse files
authored
upload-urls docs info added (#4088)
1 parent 1f647d1 commit 30eb8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/commands/upload.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It has 2 possible and mutually exclusive inputs:
1818
- The ``conan upload --list=<pkglist>`` that will upload the artifacts specified in the ``pkglist`` json file
1919

2020

21-
If the ``--format=json`` formatter is specified, the result will be a "PackageList", compatible with other Conan commands, for example the ``conan remove`` command, so it is possible to concatenate different commands using the generated json file. See the :ref:`Packages Lists examples<examples_commands_pkglists>`.
21+
If the ``--format=json`` formatter is specified, the result will be a "PackageList", compatible with other Conan commands, for example the ``conan remove`` command, so it is possible to concatenate different commands using the generated json file. The resulting "PackageList" also includes the URLs where each file has been or will be uploaded, providing additional context for automation or inspection purposes. See the :ref:`Packages Lists examples<examples_commands_pkglists>`.
2222

2323
The ``--dry-run`` argument will prepare the packages for upload, zip files if necessary, check in the server to see what needs to be uploaded and what is already in the server, but it will not execute the actual upload.
2424

0 commit comments

Comments
 (0)