Skip to content

Add --list-inputs option to all OSRM tools for deployment scripts#7350

Open
afarber wants to merge 1 commit intoProject-OSRM:masterfrom
afarber:2865-list-required-files
Open

Add --list-inputs option to all OSRM tools for deployment scripts#7350
afarber wants to merge 1 commit intoProject-OSRM:masterfrom
afarber:2865-list-required-files

Conversation

@afarber
Copy link
Contributor

@afarber afarber commented Jan 30, 2026

Issue

Fixes #2865

This PR adds a --list-inputs option to all OSRM tools that outputs the required and optional input file extensions. This helps deployment scripts know which files need to be copied for each tool.

Example usage:

$ osrm-routed --list-inputs
required .osrm.datasource_names
required .osrm.ebg_nodes
required .osrm.edges
...                                                                                                                            
optional .osrm.hsgr                                                                                                            
optional .osrm.cells

Tasklist

Requirements / Relations

#3920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OSRM tools should have a way to list the required files

1 participant