Releases: foxglove/foxglove-cli
Releases · foxglove/foxglove-cli
v1.0.13
Fix `recordings list` command
v1.0.12
Support pending import listing
v1.0.11
Support export by recording ID
v1.0.10
Add support for Device editing, and for defining Custom Properties when creating a device.
v1.0.9
Accept ISO8601 where RFC3339 was previously required (#110) Accept ISO8601 timestamp input in all places that previously required RFC3339. This matches the behavior of some more recently added subcommands.
v1.0.8
Adds support to various subcommands for querying based on device name, via a --device-name parameter. Adds support for autocompletion of device names. Users taking advantage of autocompletion will need to rerun the "completion" command for their shell.
v1.0.7
Remove the beta events command
v1.0.6
Add .exe suffix on windows builds (#102)
v1.0.5
Fix indentation in release job (#101)
v1.0.4
- Add support for resumable exports to
foxglove data export
via the --output-file argument. When supplied, this will cause downloads to resume if interrupted. Usage of this parameter with bag files will also cause the output file to be indexed on completion. The reindexing step will temporarily require 2x size of the final output file on disk (as is the case withrosbag reindex
).