@forge/cli

13.3.0-next.15-experimental-5f9d93a13.3.0-next.18-experimental-6320d72
out/command-line/register-app-commands.js
~out/command-line/register-app-commands.jsModified
+2
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
@@ -32,8 +32,9 @@
     TemplateContext["JIRA_SERVICE_MANAGEMENT"] = "jira-service-management";
     TemplateContext["CUSTOMER_SERVICE_MANAGEMENT"] = "customer-service-management";
     TemplateContext["TEAMWORK_GRAPH"] = "teamwork-graph";
     TemplateContext["ROVO"] = "rovo";
+    TemplateContext["TRIGGER"] = "trigger";
     TemplateContext["CROSS_CONTEXT"] = "cross-context";
 })(TemplateContext || (exports.TemplateContext = TemplateContext = {}));
 const PRODUCT_OPTIONS = {
     [TemplateContext.SHOW_ALL]: [TemplateContext.SHOW_ALL],
@@ -47,8 +48,9 @@
     [TemplateContext.JIRA_SERVICE_MANAGEMENT]: [TemplateContext.JIRA_SERVICE_MANAGEMENT],
     [TemplateContext.CUSTOMER_SERVICE_MANAGEMENT]: [TemplateContext.CUSTOMER_SERVICE_MANAGEMENT],
     [TemplateContext.TEAMWORK_GRAPH]: [TemplateContext.TEAMWORK_GRAPH],
     [TemplateContext.ROVO]: [TemplateContext.ROVO],
+    [TemplateContext.TRIGGER]: [TemplateContext.TRIGGER],
     [TemplateContext.CROSS_CONTEXT]: [
         TemplateContext.COMPASS,
         TemplateContext.CONFLUENCE,
         TemplateContext.DASHBOARDS,