From 81b4bda2e3312ef3bdcee161663c5469ea3e16f0 Mon Sep 17 00:00:00 2001 From: Lucas <31957045+SketchingDev@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:53:16 +0100 Subject: [PATCH] Add argument --- packages/genesys-web-messaging-tester-cli/src/cli.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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, );