Skip to content

helog v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ianparkinson ianparkinson released this 29 Dec 11:09
· 39 commits to master since this release
  • Filter by device or app, using --device or --app.
    • Multiple devices and apps may be included.
    • A device can be identified using either its number, or its name. An app can be identified using its number. For the log stream (but not for the events stream), an app can also be identified using its name.
    • Filtering is not supported with --raw output.
  • Output in CSV format, using --csv.
  • Improved log message formats
    • events now includes the source (DEVICE or APP) and the numeric app Id for events fired by apps.
    • log puts the source (dev or app) next to the numeric Id.
  • Writes a message to stderr to confirm that it has connected to the hub.