Skip to content

Commit 4bde26a

Browse files
authored
Merge pull request #2675 from owncloud/issue-2674
files_external:list --importable-format documentation
2 parents d28999f + 2eaebfa commit 4bde26a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

modules/admin_manual/pages/configuration/server/occ_command/files_external_commands.adoc

+13-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ files_external:list [--show-password] [--full] [-a|--all] [-s|--short] [--] [<us
4747

4848
[width="100%",cols="20%,70%",]
4949
|===
50-
| `--show-password` | User to add the mount configurations for, if not set the mount will
51-
be added as system mount.
52-
| `--full` | Don't save the imported mounts, only list the new mounts.
53-
| `-a, --all` | Show both system-wide mounts and all personal mounts.
54-
| `-s, --short` | Show only a reduced mount info.
55-
| `--output=[OUTPUT]` | The output format to use (`plain`, `json` or `json_pretty`, default is `plain`).
50+
| `--show-password` | Show passwords and secrets
51+
| `--mount-options | Show all mount options independent if they are set to their default value or not
52+
| `--full` | Don't truncate long values in table output
53+
| `-a, --all` | Show both system-wide mounts and all personal mounts.
54+
| `-s, --short` | Show only a reduced mount info.
55+
| `-i, --importable-format | Provide output values in a format compatible with files_external:import
56+
| `--output=[OUTPUT]` | The output format to use (`plain`, `json` or `json_pretty`, default is `plain`).
5657
|===
5758

5859
=== Example
@@ -68,6 +69,12 @@ be added as system mount.
6869
+----------+------------------+----------+
6970
----
7071

72+
NOTE: The `--importable-format` option helps to make the technical mount settings visible.
73+
To see all settings you still need to use the other options such as `--show-password`,
74+
`--full` and `--all`. When you want to export the mount settings for later import,
75+
use the `files_external:export` command. `files_external:export` ensures that all the
76+
necessary settings are included in the output.
77+
7178
== files_external:applicable
7279

7380
Manage applicable users and groups for a mount.

0 commit comments

Comments
 (0)