Skip to content

Commit 37c549c

Browse files
author
David Blackman
authored
Update README.md
1 parent 8d01114 commit 37c549c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# compare
1+
# compare
2+
3+
This is a simple tool for comparing one json http server to another.
4+
5+
A pretty normal run of this looks like
6+
7+
npx ts-node compare.ts \
8+
--old.host localhost:3100 \
9+
--new.host normal-prod-url.elasticbeanstalk.com \
10+
--input_csv directionals.csv \ # the column names will be used as the parameters names to the endpoint
11+
--endpoint /v1/search \ # the queries will be run against this
12+
--ignored_fields attribution timestamp bbox # ignore these fields in the diff

0 commit comments

Comments
 (0)