We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d01114 commit 37c549cCopy full SHA for 37c549c
README.md
@@ -1 +1,12 @@
1
-# compare
+# 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