Merge pull request #13005 from nextcloud/share-list-cmd

document share:list command
This commit is contained in:
rakekniven 2025-04-04 23:06:26 +02:00 committed by GitHub
commit 2c44f8acad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ occ command Directory
* :ref:`system_tags_commands_label`
* :ref:`antivirus_commands_label`
* :ref:`setupchecks_commands_label`
* :ref:`share_operations_label`
* `Debugging`_
.. _http_user_label:
@ -2110,6 +2111,23 @@ Example output::
✓ Internet connectivity
...
.. _share_operations_label:
Share operations
----------------
Available ``occ`` commands for the ``share`` namespace::
share:list list shares on the system
.. _occ_share_list_label:
List
^^^^
The ``share:list`` command lists all shares created on the system, with optional filters for recipient,
sharee, shared file and more.
.. _occ_debugging:
Debugging