From 7bb6cf2a15c03f1713f7b0546dabb042efd8c0cf Mon Sep 17 00:00:00 2001 From: Dan Larkin Date: Fri, 10 Jan 2025 14:33:32 -0800 Subject: [PATCH] update README with the current usage --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0caab1a..e141abf 100644 --- a/README.md +++ b/README.md @@ -112,16 +112,20 @@ Available Commands: help Help about any command Flags: - --api-key string The api key for your Confluence account. ($BATON_API_KEY) + --api-key string required: The API key for your Confluence account ($BATON_API_KEY) --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) - --domain-url string The domain url for your Confluence account. ($BATON_DOMAIN_URL) + --domain-url string required: The domain URL for your Confluence account ($BATON_DOMAIN_URL) -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z") -h, --help help for baton-confluence --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json") --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info") - -p, --provisioning This must be set in order for provisioning actions to be enabled. ($BATON_PROVISIONING) - --username string The username for your Confluence account. ($BATON_USERNAME) + --noun stringArray The nouns for your Confluence Space sync ($BATON_NOUN) + -p, --provisioning This must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING) + --skip-personal-spaces Skip syncing personal spaces and their permissions ($BATON_SKIP_PERSONAL_SPACES) + --ticketing This must be set to enable ticketing support ($BATON_TICKETING) + --username string required: The username for your Confluence account ($BATON_USERNAME) + --verb stringArray The verbs for your Confluence Space sync ($BATON_VERB) -v, --version version for baton-confluence Use "baton-confluence [command] --help" for more information about a command.