@@ -84,18 +84,21 @@ Usage:
8484 baton-sql-server [command]
8585
8686Available Commands:
87+ capabilities Get connector capabilities
8788 completion Generate the autocompletion script for the specified shell
8889 help Help about any command
8990
9091Flags:
91- --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
92- --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
93- --dsn string The connection string for connecting to SQL Server ($BATON_DSN)
94- -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
95- -h, --help help for baton-sql-server
96- --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
97- --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
98- -v, --version version for baton-sql-server
92+ --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
93+ --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
94+ --dsn string The connection string for connecting to SQL Server ($BATON_DSN)
95+ -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
96+ -h, --help help for baton-sql-server
97+ --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
98+ --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
99+ -p, --provisioning This must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING)
100+ --ticketing This must be set to enable ticketing support ($BATON_TICKETING)
101+ -v, --version version for baton-sql-server
99102
100103Use "baton-sql-server [command] --help" for more information about a command.
101104
0 commit comments