Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mindymo authored Nov 26, 2024
1 parent b91b109 commit 882aad6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,22 @@ Usage:
baton-broadcom-sac [command]
Available Commands:
capabilities Get connector capabilities
completion Generate the autocompletion script for the specified shell
help Help about any command
Flags:
--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)
-f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
-h, --help help for baton-broadcom-sac
--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")
--password string Password for your Broadcom SAC instance. ($BATON_PASSWORD)
--tenant string Name of your Broadcom SAC tenant. ($BATON_TENANT)
--username string Username for your Broadcom SAC instance. ($BATON_USERNAME)
-v, --version version for baton-broadcom-sac
--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)
-f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
-h, --help help for baton-broadcom-sac
--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)
--sac-client-id string Client ID for your Broadcom SAC instance. ($BATON_SAC_CLIENT_ID)
--sac-client-secret string Client Secret for your Broadcom SAC instance. ($BATON_SAC_CLIENT_SECRET)
--tenant string Name of your Broadcom SAC tenant. ($BATON_TENANT)
-v, --version version for baton-broadcom-sac
Use "baton-broadcom-sac [command] --help" for more information about a command.
Expand Down

0 comments on commit 882aad6

Please sign in to comment.