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

Latest commit

 

History

History
30 lines (20 loc) · 777 Bytes

File metadata and controls

30 lines (20 loc) · 777 Bytes

tlserver diff

Calculate difference between two feeds, writing output in a GTFS-like format

Synopsis

Calculate difference between two feeds, writing output in a GTFS-like format

This command is experimental; it may provide incorrect results or crash on large feeds.

tlserver diff [flags] <feed1> <feed2> <output>

Options

      --added     Show entities added in second file
      --deleted   Show entities deleted from first file
      --diff      Show entities present in both files but different
  -h, --help      help for diff
      --raw       Diff based on raw CSV contents
      --same      Show entities present in both files and identical

SEE ALSO

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