From f1ddb7a35152919300c28403537abbdd2f57406e Mon Sep 17 00:00:00 2001 From: Chris Shin Date: Mon, 18 Nov 2019 15:05:08 -0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c43148..a108d7b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # webhooks-cli -CLI tool for interacting with Tableau's Webhooks. +This repository contains a CLI tool for interacting with Tableau's Webhooks. +The tool uses the [tableau-server-client (TSC)](https://github.com/tableau/server-client-python) to interact with Tableau Server. +Currently, it supports 4 Webhooks operations: +- Create a Webhook +- Get a Webhook +- List all Webhooks on site +- Delete a Webhook + +You can either run the python script directly, or use the provided executable files for your operating system! + +# Instructions +## Using python +If you have python installed on your machine, open up a command prompt or terminal and run [webhooks-cli.py](./webhooks-cli.py): + +``` +python webhooks-cli.py +```