@camunda8/cli 2.0.0-alpha.11 → 2.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -72,10 +72,21 @@ After installation, the CLI is available as `c8ctl` (or its alias `c8`).
72
72
  c8ctl help
73
73
 
74
74
  # Show detailed help for specific commands with all flags
75
- c8ctl help list # Shows all list resources and their flags
76
- c8ctl help get # Shows all get resources and their flags
77
- c8ctl help create # Shows all create resources and their flags
78
- c8ctl help complete # Shows all complete resources and their flags
75
+ c8ctl help list # Shows all list resources and their flags
76
+ c8ctl help get # Shows all get resources and their flags
77
+ c8ctl help create # Shows all create resources and their flags
78
+ c8ctl help complete # Shows all complete resources and their flags
79
+ c8ctl help await # Shows await command with all flags
80
+ c8ctl help search # Shows all search resources and their flags
81
+ c8ctl help deploy # Shows deploy command with all flags
82
+ c8ctl help run # Shows run command with all flags
83
+ c8ctl help watch # Shows watch command with all flags
84
+ c8ctl help cancel # Shows cancel command with all flags
85
+ c8ctl help resolve # Shows resolve command with all flags
86
+ c8ctl help fail # Shows fail command with all flags
87
+ c8ctl help activate # Shows activate command with all flags
88
+ c8ctl help publish # Shows publish command with all flags
89
+ c8ctl help correlate # Shows correlate command with all flags
79
90
 
80
91
  # Show version
81
92
  c8ctl --version
@@ -1 +1 @@
1
- {"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../src/commands/completion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAswBH;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CA0BnD"}
1
+ {"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../src/commands/completion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAuyBH;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CA0BnD"}
@@ -41,7 +41,7 @@ _c8ctl_completions() {
41
41
  local use_resources="profile tenant"
42
42
  local output_resources="json text"
43
43
  local completion_resources="bash zsh fish"
44
- local help_resources="list get create complete"
44
+ local help_resources="list get create complete await search deploy run watch cancel resolve fail activate publish correlate"
45
45
 
46
46
  # Global flags
47
47
  local flags="--help --version --profile --from --all --bpmnProcessId --id --processInstanceKey --processDefinitionKey --parentProcessInstanceKey --variables --state --assignee --type --correlationKey --timeToLive --maxJobsToActivate --timeout --worker --retries --errorMessage --baseUrl --clientId --clientSecret --audience --oAuthUrl --defaultTenantId --awaitCompletion --fetchVariables --name --key --elementId --errorType --value --scopeKey --fullValue --userTask --ut --processDefinition --pd --iname --iid --iassignee --ierrorMessage --itype --ivalue"
@@ -407,6 +407,17 @@ _c8ctl() {
407
407
  'get:Show get command help'
408
408
  'create:Show create command help'
409
409
  'complete:Show complete command help'
410
+ 'await:Show await command help'
411
+ 'search:Show search command help'
412
+ 'deploy:Show deploy command help'
413
+ 'run:Show run command help'
414
+ 'watch:Show watch command help'
415
+ 'cancel:Show cancel command help'
416
+ 'resolve:Show resolve command help'
417
+ 'fail:Show fail command help'
418
+ 'activate:Show activate command help'
419
+ 'publish:Show publish command help'
420
+ 'correlate:Show correlate command help'
410
421
  )
411
422
  _describe 'resource' resources
412
423
  ;;
@@ -767,6 +778,28 @@ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'create' -d 'Show cre
767
778
  complete -c c8 -n '__fish_seen_subcommand_from help' -a 'create' -d 'Show create command help'
768
779
  complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'complete' -d 'Show complete command help'
769
780
  complete -c c8 -n '__fish_seen_subcommand_from help' -a 'complete' -d 'Show complete command help'
781
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'await' -d 'Show await command help'
782
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'await' -d 'Show await command help'
783
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'search' -d 'Show search command help'
784
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'search' -d 'Show search command help'
785
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'deploy' -d 'Show deploy command help'
786
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'deploy' -d 'Show deploy command help'
787
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'run' -d 'Show run command help'
788
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'run' -d 'Show run command help'
789
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'watch' -d 'Show watch command help'
790
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'watch' -d 'Show watch command help'
791
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'cancel' -d 'Show cancel command help'
792
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'cancel' -d 'Show cancel command help'
793
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'resolve' -d 'Show resolve command help'
794
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'resolve' -d 'Show resolve command help'
795
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'fail' -d 'Show fail command help'
796
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'fail' -d 'Show fail command help'
797
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'activate' -d 'Show activate command help'
798
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'activate' -d 'Show activate command help'
799
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'publish' -d 'Show publish command help'
800
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'publish' -d 'Show publish command help'
801
+ complete -c c8ctl -n '__fish_seen_subcommand_from help' -a 'correlate' -d 'Show correlate command help'
802
+ complete -c c8 -n '__fish_seen_subcommand_from help' -a 'correlate' -d 'Show correlate command help'
770
803
  `;
771
804
  }
772
805
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"completion.js","sourceRoot":"","sources":["../../src/commands/completion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;GAEG;AACH,SAAS,sBAAsB;IAC7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmIR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,SAAS,qBAAqB;IAC5B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuRR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,SAAS,sBAAsB;IAC7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmVR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc;IAC3C,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAE3B,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,MAAM,CAAC,KAAK,CAAC,2DAA2D,CAAC,CAAC;QAC1E,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAED,MAAM,eAAe,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;IAE5C,QAAQ,eAAe,EAAE,CAAC;QACxB,KAAK,MAAM;YACT,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC,CAAC;YACtC,MAAM;QACR,KAAK,KAAK;YACR,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;YACrC,MAAM;QACR,KAAK,MAAM;YACT,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC,CAAC;YACtC,MAAM;QACR;YACE,MAAM,CAAC,KAAK,CAAC,kBAAkB,KAAK,EAAE,CAAC,CAAC;YACxC,MAAM,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAC;YACjD,MAAM,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC;YACpD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"completion.js","sourceRoot":"","sources":["../../src/commands/completion.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;GAEG;AACH,SAAS,sBAAsB;IAC7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmIR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,SAAS,qBAAqB;IAC5B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkSR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,SAAS,sBAAsB;IAC7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyWR,CAAC;AACF,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc;IAC3C,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAE3B,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,MAAM,CAAC,KAAK,CAAC,2DAA2D,CAAC,CAAC;QAC1E,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAED,MAAM,eAAe,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;IAE5C,QAAQ,eAAe,EAAE,CAAC;QACxB,KAAK,MAAM;YACT,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC,CAAC;YACtC,MAAM;QACR,KAAK,KAAK;YACR,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;YACrC,MAAM;QACR,KAAK,MAAM;YACT,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC,CAAC;YACtC,MAAM;QACR;YACE,MAAM,CAAC,KAAK,CAAC,kBAAkB,KAAK,EAAE,CAAC,CAAC;YACxC,MAAM,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAC;YACjD,MAAM,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC;YACpD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC;AACH,CAAC"}
@@ -37,6 +37,46 @@ export declare function showCompleteHelp(): void;
37
37
  * Show detailed help for await command
38
38
  */
39
39
  export declare function showAwaitHelp(): void;
40
+ /**
41
+ * Show detailed help for search command
42
+ */
43
+ export declare function showSearchHelp(): void;
44
+ /**
45
+ * Show detailed help for deploy command
46
+ */
47
+ export declare function showDeployHelp(): void;
48
+ /**
49
+ * Show detailed help for run command
50
+ */
51
+ export declare function showRunHelp(): void;
52
+ /**
53
+ * Show detailed help for watch command
54
+ */
55
+ export declare function showWatchHelp(): void;
56
+ /**
57
+ * Show detailed help for cancel command
58
+ */
59
+ export declare function showCancelHelp(): void;
60
+ /**
61
+ * Show detailed help for resolve command
62
+ */
63
+ export declare function showResolveHelp(): void;
64
+ /**
65
+ * Show detailed help for fail command
66
+ */
67
+ export declare function showFailHelp(): void;
68
+ /**
69
+ * Show detailed help for activate command
70
+ */
71
+ export declare function showActivateHelp(): void;
72
+ /**
73
+ * Show detailed help for publish command
74
+ */
75
+ export declare function showPublishHelp(): void;
76
+ /**
77
+ * Show detailed help for correlate command
78
+ */
79
+ export declare function showCorrelateHelp(): void;
40
80
  /**
41
81
  * Show detailed help for specific commands
42
82
  */
@@ -1 +1 @@
1
- {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/commands/help.ts"],"names":[],"mappings":"AAAA;;GAEG;AAWH;;GAEG;AACH,wBAAgB,UAAU,IAAI,MAAM,CAInC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAGlC;AAED;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,CA2I/B;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAiCpD;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,IAAI,CAgDnC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAwClC;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,IAAI,CAsBrC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAqBvC;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,IAAI,CA6BpC;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAqBrD"}
1
+ {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/commands/help.ts"],"names":[],"mappings":"AAAA;;GAEG;AAWH;;GAEG;AACH,wBAAgB,UAAU,IAAI,MAAM,CAInC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAGlC;AAED;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,CAqJ/B;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAkCpD;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,IAAI,CAgDnC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAwClC;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,IAAI,CAsBrC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAqBvC;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,IAAI,CA6BpC;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,IAAI,CAqFrC;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,IAAI,CA8BrC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAmBlC;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,IAAI,CA4BpC;AAED;;GAEG;AACH,wBAAgB,cAAc,IAAI,IAAI,CAerC;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAoBtC;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,IAAI,CAoBnC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAqBvC;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAuBtC;AAED;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,IAAI,CAsBxC;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAoDrD"}
@@ -162,6 +162,16 @@ For detailed help on specific commands with all available flags:
162
162
  c8ctl help create Show all create resources and their flags
163
163
  c8ctl help complete Show all complete resources and their flags
164
164
  c8ctl help await Show await command with all flags
165
+ c8ctl help search Show all search resources and their flags
166
+ c8ctl help deploy Show deploy command with all flags
167
+ c8ctl help run Show run command with all flags
168
+ c8ctl help watch Show watch command with all flags
169
+ c8ctl help cancel Show cancel command with all flags
170
+ c8ctl help resolve Show resolve command with all flags
171
+ c8ctl help fail Show fail command with all flags
172
+ c8ctl help activate Show activate command with all flags
173
+ c8ctl help publish Show publish command with all flags
174
+ c8ctl help correlate Show correlate command with all flags
165
175
  `.trim());
166
176
  }
167
177
  /**
@@ -190,6 +200,7 @@ export function showVerbResources(verb) {
190
200
  use: 'profile, tenant',
191
201
  output: 'json, text',
192
202
  completion: 'bash, zsh, fish',
203
+ help: 'list, get, create, complete, await, search, deploy, run, watch, cancel, resolve, fail, activate, publish, correlate',
193
204
  };
194
205
  const available = resources[verb];
195
206
  if (available) {
@@ -381,6 +392,329 @@ Examples:
381
392
  c8ctl create pi --id=order-process --awaitCompletion
382
393
  `.trim());
383
394
  }
395
+ /**
396
+ * Show detailed help for search command
397
+ */
398
+ export function showSearchHelp() {
399
+ console.log(`
400
+ c8ctl search - Search resources with filters
401
+
402
+ Usage: c8ctl search <resource> [flags]
403
+
404
+ Resources and their available flags:
405
+
406
+ process-instances (pi)
407
+ --bpmnProcessId <id> Filter by process definition ID
408
+ --iid <pattern> Case-insensitive --bpmnProcessId filter
409
+ --processDefinitionKey <key> Filter by process definition key
410
+ --state <state> Filter by state (ACTIVE, COMPLETED, etc.)
411
+ --key <key> Filter by key
412
+ --parentProcessInstanceKey <key> Filter by parent process instance key
413
+ --profile <name> Use specific profile
414
+
415
+ process-definitions (pd)
416
+ --bpmnProcessId <id> Filter by process definition ID
417
+ --iid <pattern> Case-insensitive --bpmnProcessId filter
418
+ --name <name> Filter by name
419
+ --iname <pattern> Case-insensitive --name filter
420
+ --key <key> Filter by key
421
+ --profile <name> Use specific profile
422
+
423
+ user-tasks (ut)
424
+ --state <state> Filter by state (CREATED, COMPLETED, etc.)
425
+ --assignee <user> Filter by assignee
426
+ --iassignee <pattern> Case-insensitive --assignee filter
427
+ --processInstanceKey <key> Filter by process instance key
428
+ --processDefinitionKey <key> Filter by process definition key
429
+ --elementId <id> Filter by element ID
430
+ --profile <name> Use specific profile
431
+
432
+ incidents (inc)
433
+ --state <state> Filter by state (ACTIVE, RESOLVED, etc.)
434
+ --processInstanceKey <key> Filter by process instance key
435
+ --processDefinitionKey <key> Filter by process definition key
436
+ --bpmnProcessId <id> Filter by process definition ID
437
+ --iid <pattern> Case-insensitive --bpmnProcessId filter
438
+ --errorType <type> Filter by error type
439
+ --errorMessage <msg> Filter by error message
440
+ --ierrorMessage <pattern> Case-insensitive --errorMessage filter
441
+ --profile <name> Use specific profile
442
+
443
+ jobs
444
+ --state <state> Filter by state (ACTIVATABLE, ACTIVATED, etc.)
445
+ --type <type> Filter by job type
446
+ --itype <pattern> Case-insensitive --type filter
447
+ --processInstanceKey <key> Filter by process instance key
448
+ --processDefinitionKey <key> Filter by process definition key
449
+ --profile <name> Use specific profile
450
+
451
+ variables
452
+ --name <name> Filter by variable name
453
+ --iname <pattern> Case-insensitive --name filter
454
+ --value <value> Filter by variable value
455
+ --ivalue <pattern> Case-insensitive --value filter
456
+ --processInstanceKey <key> Filter by process instance key
457
+ --scopeKey <key> Filter by scope key
458
+ --fullValue Return full variable values (default: truncated)
459
+ --profile <name> Use specific profile
460
+
461
+ Wildcard Search:
462
+ String filters support wildcards: * (any chars) and ? (single char).
463
+ Example: --name='*main*' matches all names containing "main".
464
+
465
+ Case-Insensitive Search:
466
+ Prefix any string filter with 'i' for case-insensitive matching.
467
+ Wildcards (* and ?) are supported. Filtering is applied client-side.
468
+ Example: --iname='*ORDER*' matches "order", "Order", "ORDER", etc.
469
+
470
+ Examples:
471
+ c8ctl search pi --state=ACTIVE
472
+ c8ctl search pi --bpmnProcessId=order-process
473
+ c8ctl search pd --name='*main*'
474
+ c8ctl search pd --iname='*order*'
475
+ c8ctl search ut --assignee=john.doe
476
+ c8ctl search ut --iassignee=John
477
+ c8ctl search inc --state=ACTIVE --processInstanceKey=123456
478
+ c8ctl search jobs --type=email-service
479
+ c8ctl search jobs --itype='*SERVICE*'
480
+ c8ctl search variables --name=orderId
481
+ c8ctl search variables --value=12345 --fullValue
482
+ `.trim());
483
+ }
484
+ /**
485
+ * Show detailed help for deploy command
486
+ */
487
+ export function showDeployHelp() {
488
+ console.log(`
489
+ c8ctl deploy - Deploy BPMN, DMN, and form files
490
+
491
+ Usage: c8ctl deploy [path...] [flags]
492
+
493
+ Description:
494
+ Deploy BPMN process definitions, DMN decision tables, and forms to Camunda 8.
495
+ Automatically discovers all deployable files in the specified paths.
496
+ If no path is provided, deploys from the current directory.
497
+
498
+ Flags:
499
+ --profile <name> Use specific profile
500
+
501
+ Supported File Types:
502
+ - BPMN files (.bpmn)
503
+ - DMN files (.dmn)
504
+ - Form files (.form)
505
+
506
+ Building Blocks:
507
+ Folders containing '_bb-' in their name are treated as building blocks
508
+ and are deployed before regular processes.
509
+
510
+ Examples:
511
+ c8ctl deploy Deploy all files in current directory
512
+ c8ctl deploy ./src Deploy all files in ./src directory
513
+ c8ctl deploy ./process.bpmn Deploy a specific BPMN file
514
+ c8ctl deploy ./src ./forms Deploy from multiple directories
515
+ c8ctl deploy --profile=prod Deploy using specific profile
516
+ `.trim());
517
+ }
518
+ /**
519
+ * Show detailed help for run command
520
+ */
521
+ export function showRunHelp() {
522
+ console.log(`
523
+ c8ctl run - Deploy and start a process
524
+
525
+ Usage: c8ctl run <path> [flags]
526
+
527
+ Description:
528
+ Deploys a BPMN file and immediately creates a process instance from it.
529
+ This is a convenience command that combines deploy and create operations.
530
+
531
+ Flags:
532
+ --profile <name> Use specific profile
533
+ --variables <json> Process variables as JSON string
534
+
535
+ Examples:
536
+ c8ctl run ./my-process.bpmn
537
+ c8ctl run ./my-process.bpmn --variables='{"orderId":"12345"}'
538
+ c8ctl run ./my-process.bpmn --profile=prod
539
+ `.trim());
540
+ }
541
+ /**
542
+ * Show detailed help for watch command
543
+ */
544
+ export function showWatchHelp() {
545
+ console.log(`
546
+ c8ctl watch - Watch files for changes and auto-deploy
547
+
548
+ Usage: c8ctl watch [path...] [flags]
549
+
550
+ Alias: w
551
+
552
+ Description:
553
+ Watches BPMN, DMN, and form files for changes and automatically deploys them.
554
+ Useful during development for rapid iteration.
555
+ If no path is provided, watches the current directory.
556
+
557
+ Flags:
558
+ --profile <name> Use specific profile
559
+
560
+ Supported File Types:
561
+ - BPMN files (.bpmn)
562
+ - DMN files (.dmn)
563
+ - Form files (.form)
564
+
565
+ Examples:
566
+ c8ctl watch Watch current directory
567
+ c8ctl watch ./src Watch ./src directory
568
+ c8ctl watch ./src ./forms Watch multiple directories
569
+ c8ctl w ./src Use short alias
570
+ c8ctl watch --profile=dev Watch using specific profile
571
+ `.trim());
572
+ }
573
+ /**
574
+ * Show detailed help for cancel command
575
+ */
576
+ export function showCancelHelp() {
577
+ console.log(`
578
+ c8ctl cancel - Cancel a resource
579
+
580
+ Usage: c8ctl cancel <resource> <key> [flags]
581
+
582
+ Resources and their available flags:
583
+
584
+ process-instance (pi) <key>
585
+ --profile <name> Use specific profile
586
+
587
+ Examples:
588
+ c8ctl cancel pi 2251799813685249
589
+ c8ctl cancel pi 2251799813685249 --profile=prod
590
+ `.trim());
591
+ }
592
+ /**
593
+ * Show detailed help for resolve command
594
+ */
595
+ export function showResolveHelp() {
596
+ console.log(`
597
+ c8ctl resolve - Resolve an incident
598
+
599
+ Usage: c8ctl resolve incident <key> [flags]
600
+
601
+ Alias: inc for incident
602
+
603
+ Description:
604
+ Resolves an incident by its key. This marks the incident as resolved
605
+ and allows the process instance to continue.
606
+
607
+ Flags:
608
+ --profile <name> Use specific profile
609
+
610
+ Examples:
611
+ c8ctl resolve inc 2251799813685251
612
+ c8ctl resolve incident 2251799813685251
613
+ c8ctl resolve inc 2251799813685251 --profile=prod
614
+ `.trim());
615
+ }
616
+ /**
617
+ * Show detailed help for fail command
618
+ */
619
+ export function showFailHelp() {
620
+ console.log(`
621
+ c8ctl fail - Fail a job
622
+
623
+ Usage: c8ctl fail job <key> [flags]
624
+
625
+ Description:
626
+ Marks a job as failed with optional error message and retry count.
627
+
628
+ Flags:
629
+ --profile <name> Use specific profile
630
+ --retries <num> Number of retries remaining (default: 0)
631
+ --errorMessage <msg> Error message describing the failure
632
+
633
+ Examples:
634
+ c8ctl fail job 2251799813685252
635
+ c8ctl fail job 2251799813685252 --retries=3
636
+ c8ctl fail job 2251799813685252 --errorMessage="Connection timeout"
637
+ c8ctl fail job 2251799813685252 --retries=2 --errorMessage="Temporary failure"
638
+ `.trim());
639
+ }
640
+ /**
641
+ * Show detailed help for activate command
642
+ */
643
+ export function showActivateHelp() {
644
+ console.log(`
645
+ c8ctl activate - Activate jobs by type
646
+
647
+ Usage: c8ctl activate jobs <type> [flags]
648
+
649
+ Description:
650
+ Activates jobs of a specific type for processing by a worker.
651
+
652
+ Flags:
653
+ --profile <name> Use specific profile
654
+ --maxJobsToActivate <num> Maximum number of jobs to activate (default: 10)
655
+ --timeout <ms> Job lock timeout in milliseconds (default: 60000)
656
+ --worker <name> Worker name (default: "c8ctl")
657
+
658
+ Examples:
659
+ c8ctl activate jobs email-service
660
+ c8ctl activate jobs payment-processor --maxJobsToActivate=5
661
+ c8ctl activate jobs data-sync --timeout=120000 --worker=my-worker
662
+ c8ctl activate jobs batch-job --maxJobsToActivate=100 --profile=prod
663
+ `.trim());
664
+ }
665
+ /**
666
+ * Show detailed help for publish command
667
+ */
668
+ export function showPublishHelp() {
669
+ console.log(`
670
+ c8ctl publish - Publish a message
671
+
672
+ Usage: c8ctl publish message <name> [flags]
673
+
674
+ Alias: msg for message
675
+
676
+ Description:
677
+ Publishes a message to Camunda 8 for message correlation.
678
+
679
+ Flags:
680
+ --profile <name> Use specific profile
681
+ --correlationKey <key> Correlation key for the message
682
+ --variables <json> Message variables as JSON string
683
+ --timeToLive <ms> Message time-to-live in milliseconds
684
+
685
+ Examples:
686
+ c8ctl publish msg payment-received
687
+ c8ctl publish message order-confirmed --correlationKey=order-123
688
+ c8ctl publish msg invoice-paid --variables='{"amount":1000}'
689
+ c8ctl publish msg notification --correlationKey=user-456 --timeToLive=30000
690
+ `.trim());
691
+ }
692
+ /**
693
+ * Show detailed help for correlate command
694
+ */
695
+ export function showCorrelateHelp() {
696
+ console.log(`
697
+ c8ctl correlate - Correlate a message
698
+
699
+ Usage: c8ctl correlate message <name> [flags]
700
+
701
+ Alias: msg for message
702
+
703
+ Description:
704
+ Correlates a message to a specific process instance.
705
+
706
+ Flags:
707
+ --profile <name> Use specific profile
708
+ --correlationKey <key> Correlation key for the message (required)
709
+ --variables <json> Message variables as JSON string
710
+ --timeToLive <ms> Message time-to-live in milliseconds
711
+
712
+ Examples:
713
+ c8ctl correlate msg payment-received --correlationKey=order-123
714
+ c8ctl correlate message order-confirmed --correlationKey=order-456 --variables='{"status":"confirmed"}'
715
+ c8ctl correlate msg invoice-paid --correlationKey=inv-789 --timeToLive=60000
716
+ `.trim());
717
+ }
384
718
  /**
385
719
  * Show detailed help for specific commands
386
720
  */
@@ -401,6 +735,37 @@ export function showCommandHelp(command) {
401
735
  case 'await':
402
736
  showAwaitHelp();
403
737
  break;
738
+ case 'search':
739
+ showSearchHelp();
740
+ break;
741
+ case 'deploy':
742
+ showDeployHelp();
743
+ break;
744
+ case 'run':
745
+ showRunHelp();
746
+ break;
747
+ case 'watch':
748
+ case 'w':
749
+ showWatchHelp();
750
+ break;
751
+ case 'cancel':
752
+ showCancelHelp();
753
+ break;
754
+ case 'resolve':
755
+ showResolveHelp();
756
+ break;
757
+ case 'fail':
758
+ showFailHelp();
759
+ break;
760
+ case 'activate':
761
+ showActivateHelp();
762
+ break;
763
+ case 'publish':
764
+ showPublishHelp();
765
+ break;
766
+ case 'correlate':
767
+ showCorrelateHelp();
768
+ break;
404
769
  default:
405
770
  console.log(`\nNo detailed help available for: ${command}`);
406
771
  console.log('Run "c8ctl help" for general usage information.');
@@ -1 +1 @@
1
- {"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/commands/help.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEtC;;GAEG;AACH,MAAM,UAAU,UAAU;IACxB,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,EAAE,oBAAoB,CAAC,CAAC;IAC1D,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC;IACnE,OAAO,WAAW,CAAC,OAAO,CAAC;AAC7B,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,MAAM,CAAC,IAAI,CAAC,UAAU,UAAU,EAAE,EAAE,CAAC,CAAC;AACxC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,QAAQ;IACtB,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAC7B,MAAM,kBAAkB,GAAG,qBAAqB,EAAE,CAAC;IAEnD,IAAI,aAAa,GAAG,EAAE,CAAC;IACvB,IAAI,kBAAkB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAClC,aAAa,GAAG,sBAAsB,CAAC;QACvC,KAAK,MAAM,GAAG,IAAI,kBAAkB,EAAE,CAAC;YACrC,MAAM,IAAI,GAAG,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC3D,aAAa,IAAI,OAAO,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC;QAC9D,CAAC;IACH,CAAC;IAED,OAAO,CAAC,GAAG,CAAC;yBACW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA6B+D,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+F3G,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAAC,IAAY;IAC5C,MAAM,SAAS,GAA2B;QACxC,IAAI,EAAE,6GAA6G;QACnH,MAAM,EAAE,qGAAqG;QAC7G,GAAG,EAAE,gFAAgF;QACrF,MAAM,EAAE,uBAAuB;QAC/B,QAAQ,EAAE,qBAAqB;QAC/B,MAAM,EAAE,uBAAuB;QAC/B,KAAK,EAAE,uBAAuB;QAC9B,OAAO,EAAE,gBAAgB;QACzB,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,KAAK;QACX,OAAO,EAAE,eAAe;QACxB,SAAS,EAAE,eAAe;QAC1B,GAAG,EAAE,SAAS;QACd,MAAM,EAAE,SAAS;QACjB,EAAE,EAAE,SAAS;QACb,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,QAAQ;QAChB,IAAI,EAAE,QAAQ;QACd,GAAG,EAAE,iBAAiB;QACtB,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,iBAAiB;KAC9B,CAAC;IAEF,MAAM,SAAS,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;IAClC,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,eAAe,CAAC,CAAC;QACnD,OAAO,CAAC,GAAG,CAAC,2BAA2B,SAAS,EAAE,CAAC,CAAC;IACtD,CAAC;SAAM,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,sBAAsB,IAAI,EAAE,CAAC,CAAC;QAC1C,OAAO,CAAC,GAAG,CAAC,yCAAyC,CAAC,CAAC;IACzD,CAAC;AACH,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,YAAY;IAC1B,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Cb,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCb,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc;IAC5B,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;CAoBb,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,gBAAgB;IAC9B,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;CAmBb,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,aAAa;IAC3B,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Bb,CAAC,IAAI,EAAE,CAAC,CAAC;AACV,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,OAAe;IAC7C,QAAQ,OAAO,EAAE,CAAC;QAChB,KAAK,MAAM;YACT,YAAY,EAAE,CAAC;YACf,MAAM;QACR,KAAK,KAAK;YACR,WAAW,EAAE,CAAC;YACd,MAAM;QACR,KAAK,QAAQ;YACX,cAAc,EAAE,CAAC;YACjB,MAAM;QACR,KAAK,UAAU;YACb,gBAAgB,EAAE,CAAC;YACnB,MAAM;QACR,KAAK,OAAO;YACV,aAAa,EAAE,CAAC;YAChB,MAAM;QACR;YACE,OAAO,CAAC,GAAG,CAAC,qCAAqC,OAAO,EAAE,CAAC,CAAC;YAC5D,OAAO,CAAC,GAAG,CAAC,iDAAiD,CAAC,CAAC;IACnE,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/commands/help.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda8/cli",
3
- "version": "2.0.0-alpha.11",
3
+ "version": "2.0.0-alpha.12",
4
4
  "description": "Camunda 8 CLI - minimal-dependency CLI for Camunda 8 operations",
5
5
  "type": "module",
6
6
  "engines": {