Skip to content

Commit

Permalink
rename two additional occurrences of "skip_marker"
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Oct 14, 2021
1 parent 73c538d commit 824d109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esque/cli/commands/io.py
Expand Up @@ -13,7 +13,7 @@
"--output-uri",
help="Output URI",
metavar="<output_uri>",
default="pipe+json://stdout?kv__indent=2&h__skip_marker=1",
default="pipe+json://stdout?kv__indent=2&h__single_line=1",
)
@click.option(
"-l",
Expand Down Expand Up @@ -163,7 +163,7 @@ def io(state: State, input_uri: str, output_uri: str, limit: Optional[int], star
\b
# Extract and format message value using jq
esque io -i "kafka+json:///mytopic" -o "pipe+json://stdout?skip_marker=1" | jq '.value | fromjson'
esque io -i "kafka+json:///mytopic" -o "pipe+json://stdout?single_line=1" | jq '.value | fromjson'
\b
# Dump messages from a kafka topic into a file
Expand Down

0 comments on commit 824d109

Please sign in to comment.