Skip to content

Commit

Permalink
Updated zbctl-java README
Browse files Browse the repository at this point in the history
  • Loading branch information
upgradingdave committed Apr 30, 2024
1 parent f6160f9 commit 36e0484
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion zbctl-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ A very simple command line tool written in java for testing connections to zeebe

# Usage Examples

java -jar zbctl.jar --address my.domain.com:443 --authzUrl "https://my.domain.com:443/auth/realms/camunda-platform/protocol/openid-connect/token" --clientId zeebe --clientSecret MYSECRET
```shell
java -jar zbctl.jar \
--address my.domain.com:443 \
--authzUrl https://my.domain.com:443/auth/realms/camunda-platform/protocol/openid-connect/token \
--clientId zeebe \
--clientSecret MYSECRET \
--certPath ./certs/pretendpear.cer
```




0 comments on commit 36e0484

Please sign in to comment.