Command reference
config
Read and write config.toml
wallapop config
Read and write config.toml
Read and write config.toml. Keys are dotted paths.
wallapop config path
wallapop config set watch.interval 10m
wallapop config set profiles.default.location.lat 41.39
wallapop config set sinks.phone.type ntfy
wallapop config set sinks.phone.url https://ntfy.sh
wallapop config set sinks.phone.topic wallapop-deals
wallapop config set sinks.script.command '["/home/me/bin/on-event", "--verbose"]'
wallapop config get sinks.phonewallapop config get
Print one key
wallapop config get KEYwallapop config list
Print the whole config
wallapop config listwallapop config path
Print the config file path
wallapop config pathwallapop config set
Set one key (exec commands use TOML string arrays)
wallapop config set KEY VALUE