Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

File metadata and controls

40 lines (28 loc) · 1.26 KB

tlserver validate

Validate a GTFS feed

Synopsis

Validate a GTFS feed

The validate command performs a basic validation on a data source and writes the results to standard out.

tlserver validate [flags] <reader>

Examples

% tlserver validate "https://www.bart.gov/dev/schedules/google_transit.zip"

Options

      --best-practices                     Include Best Practices validations
      --error-limit int                    Max number of detailed errors per error group (default 1000)
      --ext strings                        Include GTFS Extension
  -h, --help                               help for validate
      --o string                           Write validation report as JSON to file
      --rt strings                         Include GTFS-RT proto message in validation report
      --rt-json                            Include GTFS-RT proto messages as JSON in validation report
      --save-fvid int                      Save report to feed version ID
      --validation-report                  Save static validation report in database
      --validation-report-storage string   Storage path for saving validation report JSON

SEE ALSO

Auto generated by spf13/cobra on 8-Aug-2025