Skip to content

releases/mcap-cli/v0.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 21:53
· 503 commits to main since this release
2079142
CLI: Add support for merge subcommand (#418)

Adds a merge subcommand that merges multiple mcap files into one.
Examples of usage:

    mcap merge file1.mcap file2.mcap -o output.mcap
    mcap merge *.mcap -o output.mcap
    mcap merge *.mcap | mcap cat --json