wallapop-cli
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.phone

wallapop config get

Print one key

wallapop config get KEY

wallapop config list

Print the whole config

wallapop config list

wallapop config path

Print the config file path

wallapop config path

wallapop config set

Set one key (exec commands use TOML string arrays)

wallapop config set KEY VALUE

On this page