@forge/cli

10.13.611.0.0-next.18
out/command-line/register-app-commands.js
out/command-line/register-app-commands.js
+9−1
Index: package/out/command-line/register-app-commands.js
===================================================================
--- package/out/command-line/register-app-commands.js
+++ package/out/command-line/register-app-commands.js
@@ -12,9 +12,17 @@
     TemplateCategory["UI_KIT_2"] = "UI Kit";
     TemplateCategory["CUSTOM_UI"] = "Custom UI";
     TemplateCategory["BACKEND"] = "Triggers and Validators";
 })(TemplateCategory || (TemplateCategory = {}));
-const PRODUCT_OPTIONS = ['show-all', 'bitbucket', 'compass', 'confluence', 'jira', 'jira-service-management'];
+const PRODUCT_OPTIONS = [
+    'show-all',
+    'bitbucket',
+    'compass',
+    'confluence',
+    'jira',
+    'jira-service-management',
+    'teamwork-graph'
+];
 const MAX_NAME_LENGTH = 60;
 function formatProduct(product) {
     return product
         .split('-')