Managing Sources
osmprj tracks data sources in your osmprj.toml project file. You add sources with osmprj add and remove them with osmprj remove.
Syncing Data
osmprj sync is the main command you'll run regularly. On first run it performs a full import; on every subsequent run it applies only the incremental changes since the last sync.
Themes
osmprj uses osm2pgsql flex Lua styles called themes to control how OSM data is structured in your database. You specify a theme when adding a source with osmprj add --theme .
Configuration Reference
osmprj is configured via osmprj.toml in your project directory. The file is created by osmprj init and updated by osmprj add / osmprj remove.