Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```