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

cmd/observe: fix stdin reading from file redirection #815

Merged
merged 1 commit into from
Nov 15, 2022

Commits on Nov 15, 2022

  1. cmd/observe: fix stdin reading from file redirection

    The `hubble observe` command could only read from stdin when being piped
    to, e.g. `cat sample.json | hubble observe` but not via file redirect
    such as `hubble observe < sample.json`. This commit makes the latter
    possible.
    
    Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
    rolinh committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3d510aa View commit details
    Browse the repository at this point in the history