Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.5] files_external:list --importable-format documentation #2678

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ files_external:list [--show-password] [--full] [-a|--all] [-s|--short] [--] [<us

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

=== Example
Expand All @@ -68,6 +69,12 @@ be added as system mount.
+----------+------------------+----------+
----

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

== files_external:applicable

Manage applicable users and groups for a mount.
Expand Down