diff --git a/reference/commands/upload.rst b/reference/commands/upload.rst index 646ef647c6a..46ff8b6fc1d 100644 --- a/reference/commands/upload.rst +++ b/reference/commands/upload.rst @@ -18,7 +18,7 @@ It has 2 possible and mutually exclusive inputs: - The ``conan upload --list=`` that will upload the artifacts specified in the ``pkglist`` json file -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`. +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`. 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.