diff --git a/packages/genesys-web-messaging-tester-cli/src/cli.ts b/packages/genesys-web-messaging-tester-cli/src/cli.ts index cfe3055..ddd1e75 100644 --- a/packages/genesys-web-messaging-tester-cli/src/cli.ts +++ b/packages/genesys-web-messaging-tester-cli/src/cli.ts @@ -106,6 +106,16 @@ This requires the following environment variables to be set for an OAuth client with the role conversation:webmessaging:view: GENESYS_REGION GENESYSCLOUD_OAUTHCLIENT_ID +GENESYSCLOUD_OAUTHCLIENT_SECRET`, + false, + ); + program?.option( + '-d, --disconnect', + `Disconnect conversations. +This requires the following environment variables to be set for an OAuth client +with the role conversation:communication:disconnect: +GENESYS_REGION +GENESYSCLOUD_OAUTHCLIENT_ID GENESYSCLOUD_OAUTHCLIENT_SECRET`, false, );