Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed Aug 25, 2023
1 parent e79ea24 commit 56164bc
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,15 @@ Available Commands:
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-demisto
--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")
--token string Access token used to connect to the Cortex XSOAR API. ($BATON_TOKEN)
--unsafe Allow insecure TLS connections to Cortex XSOAR instance. ($BATON_UNSAFE)
-v, --version version for baton-demisto
--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-demisto
--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")
--token string Access token used to connect to the Cortex XSOAR API. ($BATON_TOKEN)
--unsafe Allow insecure TLS connections to Cortex XSOAR instance. ($BATON_UNSAFE)
-v, --version version for baton-demisto
Use "baton-demisto [command] --help" for more information about a command.
```

0 comments on commit 56164bc

Please sign in to comment.