File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,17 +120,21 @@ Usage:
120120 baton-mysql [command]
121121
122122Available Commands:
123+ capabilities Get connector capabilities
123124 completion Generate the autocompletion script for the specified shell
124125 help Help about any command
125126
126127Flags:
128+ --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
129+ --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
127130 --collapse-users Combine user@host pairs into a single user@[hosts...] identity $(BATON_COLLAPSE_USERS)
128131 --connection-string string The connection string for connecting to MySQL ($BATON_CONNECTION_STRING)
129132 --expand-columns strings Provide a table like db.table to expand the column privileges into their own entitlements. $(BATON_EXPAND_COLUMNS)
130133 -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
131134 -h, --help help for baton-mysql
132135 --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
133136 --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
137+ -p, --provisioning This must be set in order for provisioning actions to be enabled. ($BATON_PROVISIONING)
134138 --skip-database strings Skip syncing privileges from these databases ($BATON_SKIP_DATABASE)
135139 -v, --version version for baton-mysql
136140
You can’t perform that action at this time.
0 commit comments