Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the seqcli print command #106

Merged
merged 1 commit into from
Apr 11, 2019
Merged

Conversation

nblumhardt
Copy link
Member

image

> seqcli help print
seqcli print [<args>]

Pretty-print events in CLEF/JSON format, from a file or `STDIN`

Arguments:
  -i, --input=VALUE          CLEF file to read, including the `*` wildcard; if
                               not specified, `STDIN` will be used
  -f, --filter=VALUE         Filter expression to select a subset of events
      --template=VALUE       Specify an output template to control plain text
                               formatting
      --invalid-data=VALUE   Specify how invalid data is handled: `fail` (
                               default) or `ignore`
      --no-color             Don't colorize text output

// while we all live in hope of some brighter future.
if (_source.Peek() == 65279)
_source.Read();
#endif
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue seems to impact the current binary we're shipping; in PowerShell, seqcli search --json | seqcli ingest --json fails, while the same is fine in the CMD shell.

@nblumhardt nblumhardt merged commit 7fa8197 into datalust:dev Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant