Skip to content

config-template

Print a fully-commented YAML config template to stdout.

er-smart-sync config-template [OPTIONS]

Options

Flag Default Description
--output FILE Write to FILE instead of stdout.

Invocations

Pipe to a file:

er-smart-sync config-template > sync.yaml

Equivalent with --output:

er-smart-sync config-template --output sync.yaml

What's in the template

Every field that er-smart-sync reads from a YAML config, with inline comments explaining when each is needed and what the default value is. Edit the file in your editor and pass it via --config sync.yaml to other subcommands.

See Configuration for a field-by-field explanation.

See also