@@ -56,20 +56,22 @@ Usage:
5656 baton-broadcom-sac [command]
5757
5858Available Commands:
59+ capabilities Get connector capabilities
5960 completion Generate the autocompletion script for the specified shell
6061 help Help about any command
6162
6263Flags:
63- --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
64- --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
65- -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
66- -h, --help help for baton-broadcom-sac
67- --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
68- --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
69- --password string Password for your Broadcom SAC instance. ($BATON_PASSWORD)
70- --tenant string Name of your Broadcom SAC tenant. ($BATON_TENANT)
71- --username string Username for your Broadcom SAC instance. ($BATON_USERNAME)
72- -v, --version version for baton-broadcom-sac
64+ --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
65+ --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
66+ -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
67+ -h, --help help for baton-broadcom-sac
68+ --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
69+ --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
70+ -p, --provisioning This must be set in order for provisioning actions to be enabled. ($BATON_PROVISIONING)
71+ --sac-client-id string Client ID for your Broadcom SAC instance. ($BATON_SAC_CLIENT_ID)
72+ --sac-client-secret string Client Secret for your Broadcom SAC instance. ($BATON_SAC_CLIENT_SECRET)
73+ --tenant string Name of your Broadcom SAC tenant. ($BATON_TENANT)
74+ -v, --version version for baton-broadcom-sac
7375
7476Use "baton-broadcom-sac [command] --help" for more information about a command.
7577
0 commit comments