Docs: Add command that generates an overview of YAML config values

see https://docs.photoprism.app/getting-started/config-files/

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-01-15 15:36:20 +01:00
parent 6d8030f122
commit aca929e3c9
6 changed files with 187 additions and 34 deletions

View File

@@ -7,9 +7,10 @@ import (
// ShowCommand registers the show subcommands.
var ShowCommand = cli.Command{
Name: "show",
Usage: "Shows supported formats, standards, and features",
Usage: "Shows supported formats, features, and config options",
Subcommands: []cli.Command{
ShowConfigCommand,
ShowFlagsCommand,
ShowOptionsCommand,
ShowFiltersCommand,
ShowFormatsCommand,