Skip to content

Commit 8613789

Browse files
authored
Update README.md (#28)
1 parent 4341131 commit 8613789

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,23 @@ Usage:
7272
baton-bitbucket [command]
7373
7474
Available Commands:
75+
capabilities Get connector capabilities
7576
completion Generate the autocompletion script for the specified shell
7677
help Help about any command
7778
7879
Flags:
80+
--app-password string Application password used to connect to the BitBucket API. ($BATON_APP_PASSWORD)
7981
--client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
8082
--client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
81-
--consumer-key string OAuth consumer key used to connect to the BitBucket API via oauth. ($BATON_CONSUMER_ID)
83+
--consumer-key string OAuth consumer key used to connect to the BitBucket API via oauth. ($BATON_CONSUMER_KEY)
8284
--consumer-secret string The consumer secret used to connect to the BitBucket API via oauth. ($BATON_CONSUMER_SECRET)
8385
-f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
8486
-h, --help help for baton-bitbucket
8587
--log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
8688
--log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
87-
--password string Application password used to connect to the BitBucket API. ($BATON_PASSWORD)
89+
-p, --provisioning This must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING)
90+
--skip-full-sync This must be set to skip a full sync ($BATON_SKIP_FULL_SYNC)
91+
--ticketing This must be set to enable ticketing support ($BATON_TICKETING)
8892
--token string Access token (workspace or project scoped) used to connect to the BitBucket API. ($BATON_TOKEN)
8993
--username string Username of administrator used to connect to the BitBucket API. ($BATON_USERNAME)
9094
-v, --version version for baton-bitbucket

0 commit comments

Comments
 (0)