File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ This is a simple tool for comparing one json http server to another.
4
4
5
5
A pretty normal run of this looks like
6
6
7
+ ```
7
8
npx ts-node compare.ts \
9
+ --color \ # defaults to color on for terminal, off for redirect. adding --color forces ansi color escape codes in all output
8
10
--old.host localhost:3100 \
9
11
--new.host normal-prod-url.elasticbeanstalk.com \
10
12
--input_csv directionals.csv \ # the column names will be used as the parameters names to the endpoint
11
13
--endpoint /v1/search \ # the queries will be run against this
14
+ --extra_params size=1 \ # added to every query, useful for truncating results to reduce noise
12
15
--ignored_fields attribution timestamp bbox # ignore these fields in the diff
16
+ ```
You can’t perform that action at this time.
0 commit comments