From 5fc17c36989d38d9a8ce8534b3d475c0ae06f975 Mon Sep 17 00:00:00 2001 From: Jong Date: Tue, 14 Nov 2023 19:43:04 -0500 Subject: [PATCH] added config instructions to Readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f07dbbd..eb58bf8 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,24 @@ Developer TODO: If your tap requires special access on the source system, or any ### Executing the Tap Directly +Create your config file and input your credentials. +Example below + +``` +{ + "username": "USERNAME", your store username + "password": "PASSWORD", your store password + "store_name": "YOUR SUBDOMAIN", https://THISVALUEHERE.restaurant365.com, + "start_date": "2021-10-01T00:00:00Z" DATE TO START SYNC +} +``` + + ```bash tap-restaurant365 --version tap-restaurant365 --help tap-restaurant365 --config CONFIG --discover > ./catalog.json - +singer-discover --input CATALOG --output OUTPUT-CATALOG tap-restaurant365 --config CONFIG --catalog CATALOG > data.txt ```