You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to pipe a JSON string through generate-schema cli, like this: echo '{a: "b"}' | generate-schema
the output includes the 'motd' welcome and usage message which makes it inconvenient to pipe the output to another command. i would like to do this: echo '{a: "b"}' | generate-schema | do_something_useful_with_schema
could you please add a cli option (say, '-q' for quiet) so that generate-schema can be used seamlessly in a pipeline?
thanks
The text was updated successfully, but these errors were encountered:
nagarajasr
added a commit
to nagarajasr/generate-schema
that referenced
this issue
Mar 16, 2017
i am trying to pipe a JSON string through generate-schema cli, like this:
echo '{a: "b"}' | generate-schema
the output includes the 'motd' welcome and usage message which makes it inconvenient to pipe the output to another command. i would like to do this:
echo '{a: "b"}' | generate-schema | do_something_useful_with_schema
could you please add a cli option (say, '-q' for quiet) so that generate-schema can be used seamlessly in a pipeline?
thanks
The text was updated successfully, but these errors were encountered: