Skip to main content
The settings command lets you view and change application-level defaults that persist across all future commands. You can control things like date formats, separator characters, report file names, reverse geocode API keys, and fallback folder names — all stored locally per user, with changes taking effect immediately for every subsequent command.

How settings work

photo-cli stores your settings in a per-user configuration file on disk. You do not need to pass these values on the command line each time; once set, they apply automatically to every copy, archive, info, and address run.

Settings commands

List all settings and their current values:
Get the value of a single setting:
Set a new value for a single setting:
Reset all settings to their factory defaults:

Settings reference

Date and time format strings follow .NET conventions. You can find the full list of supported tokens in the Microsoft .NET date and time format strings reference.