Skip to content

followers

followers add

Add a follower to a case

Usage

bash
pega followers add <caseId> [flags]

Source endpoint: POST /cases/{caseID}/followersview command source

Arguments

ArgumentRequiredDescription
caseIdYesCase ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile
--useroptionYesUser ID

Examples

sh
pega followers add MYAPP-CASE-1 --user U1

followers delete

Remove a follower from a case

Usage

bash
pega followers delete <caseId> [flags]

Source endpoint: DELETE /cases/{caseID}/followers/{followerID}view command source

Arguments

ArgumentRequiredDescription
caseIdYesCase ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile
--useroptionYesUser ID

Examples

sh
pega followers delete MYAPP-CASE-1 --user U1

followers list

List all followers of a case

Usage

bash
pega followers list <caseId> [flags]

Source endpoint: GET /cases/{caseID}/followersview command source

Arguments

ArgumentRequiredDescription
caseIdYesCase ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega followers list MYAPP-CASE-1