From 98e8aa6ed977cea12f96136427e4b94f3aaadae4 Mon Sep 17 00:00:00 2001 From: Mindy Moreland Date: Wed, 4 Dec 2024 15:21:29 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b296ee3..2b72439 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Available Commands: Flags: --access-token-name string Name of the personal access token used to connect to the Tableau API. ($BATON_ACCESS_TOKEN_NAME) --access-token-secret string Secret of the personal access token used to connect to the Tableau API. ($BATON_ACCESS_TOKEN_SECRET) + --api-version string API version of your server or Tableau Cloud. ($BATON_API_VERSION) (default "3.17") --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID) --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET) -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z") @@ -79,4 +80,4 @@ Flags: -v, --version version for baton-tableau Use "baton-tableau [command] --help" for more information about a command. -``` \ No newline at end of file +```