Skip to content

Commit

Permalink
Merge pull request #19 from ConductorOne/danlarkin/update-usage-in-re…
Browse files Browse the repository at this point in the history
…adme

update README with the current usage
  • Loading branch information
mindymo authored Jan 10, 2025
2 parents 82cbd19 + 7bb6cf2 commit 35f22da
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35f22da

Please sign in to comment.