{
  "commands": {
    "template:generate:analytics:template": {
      "aliases": [
        "force:analytics:template:create",
        "analytics:generate:template"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The metadata files associated with the Analytics template must be contained in a parent directory called \"waveTemplates\" in your package directory. Either run this command from an existing directory of this name, or use the --output-dir flag to generate one or point to an existing one.",
      "examples": [
        "Generate the metadata files for a simple Analytics template file called myTemplate in the force-app/main/default/waveTemplates directory:\n<%= config.bin %> <%= command.id %> --name myTemplate --output-dir force-app/main/default/waveTemplates"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "templatename"
          ],
          "char": "n",
          "deprecateAliases": true,
          "name": "name",
          "required": true,
          "summary": "Name of the Analytics template.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:analytics:template",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a simple Analytics template.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "analytics",
        "template.js"
      ],
      "aliasPermutations": [
        "force:analytics:template:create",
        "analytics:force:template:create",
        "analytics:template:force:create",
        "analytics:template:create:force",
        "force:template:analytics:create",
        "template:force:analytics:create",
        "template:analytics:force:create",
        "template:analytics:create:force",
        "force:template:create:analytics",
        "template:force:create:analytics",
        "template:create:force:analytics",
        "template:create:analytics:force",
        "force:analytics:create:template",
        "analytics:force:create:template",
        "analytics:create:force:template",
        "analytics:create:template:force",
        "force:create:analytics:template",
        "create:force:analytics:template",
        "create:analytics:force:template",
        "create:analytics:template:force",
        "force:create:template:analytics",
        "create:force:template:analytics",
        "create:template:force:analytics",
        "create:template:analytics:force",
        "analytics:generate:template",
        "generate:analytics:template",
        "generate:template:analytics",
        "analytics:template:generate",
        "template:analytics:generate",
        "template:generate:analytics"
      ],
      "permutations": [
        "template:generate:analytics:template",
        "generate:template:analytics:template",
        "generate:analytics:template:template",
        "generate:analytics:template:template",
        "template:analytics:generate:template",
        "analytics:template:generate:template",
        "analytics:generate:template:template",
        "analytics:generate:template:template",
        "template:analytics:template:generate",
        "analytics:template:template:generate",
        "analytics:template:template:generate",
        "analytics:template:generate:template",
        "template:generate:template:analytics",
        "generate:template:template:analytics",
        "generate:template:template:analytics",
        "generate:template:analytics:template",
        "template:template:generate:analytics",
        "template:template:generate:analytics",
        "template:generate:template:analytics",
        "template:generate:analytics:template",
        "template:template:analytics:generate",
        "template:template:analytics:generate",
        "template:analytics:template:generate",
        "template:analytics:generate:template"
      ]
    },
    "template:generate:apex:class": {
      "aliases": [
        "force:apex:class:create",
        "apex:generate:class"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates the Apex *.cls file and associated metadata file. These files must be contained in a parent directory called \"classes\" in your package directory. Either run this command from an existing directory of this name, or use the --output-dir flag to generate one or point to an existing one.",
      "examples": [
        "Generate two metadata files associated with the MyClass Apex class (MyClass.cls and MyClass.cls-meta.xml) in the current directory:\n<%= config.bin %> <%= command.id %> --name MyClass",
        "Similar to previous example, but generates the files in the \"force-app/main/default/classes\" directory:\n<%= config.bin %> <%= command.id %> --name MyClass --output-dir force-app/main/default/classes"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "classname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Apex class.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultApexClass",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "ApexException",
            "ApexUnitTest",
            "BasicUnitTest",
            "DefaultApexClass",
            "InboundEmailService"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:apex:class",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate an Apex class.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "apex",
        "class.js"
      ],
      "aliasPermutations": [
        "force:apex:class:create",
        "apex:force:class:create",
        "apex:class:force:create",
        "apex:class:create:force",
        "force:class:apex:create",
        "class:force:apex:create",
        "class:apex:force:create",
        "class:apex:create:force",
        "force:class:create:apex",
        "class:force:create:apex",
        "class:create:force:apex",
        "class:create:apex:force",
        "force:apex:create:class",
        "apex:force:create:class",
        "apex:create:force:class",
        "apex:create:class:force",
        "force:create:apex:class",
        "create:force:apex:class",
        "create:apex:force:class",
        "create:apex:class:force",
        "force:create:class:apex",
        "create:force:class:apex",
        "create:class:force:apex",
        "create:class:apex:force",
        "apex:generate:class",
        "generate:apex:class",
        "generate:class:apex",
        "apex:class:generate",
        "class:apex:generate",
        "class:generate:apex"
      ],
      "permutations": [
        "template:generate:apex:class",
        "generate:template:apex:class",
        "generate:apex:template:class",
        "generate:apex:class:template",
        "template:apex:generate:class",
        "apex:template:generate:class",
        "apex:generate:template:class",
        "apex:generate:class:template",
        "template:apex:class:generate",
        "apex:template:class:generate",
        "apex:class:template:generate",
        "apex:class:generate:template",
        "template:generate:class:apex",
        "generate:template:class:apex",
        "generate:class:template:apex",
        "generate:class:apex:template",
        "template:class:generate:apex",
        "class:template:generate:apex",
        "class:generate:template:apex",
        "class:generate:apex:template",
        "template:class:apex:generate",
        "class:template:apex:generate",
        "class:apex:template:generate",
        "class:apex:generate:template"
      ]
    },
    "template:generate:apex:trigger": {
      "aliases": [
        "force:apex:trigger:create",
        "apex:generate:trigger"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates the Apex trigger *.trigger file and associated metadata file. These files must be contained in a parent directory called \"triggers\" in your package directory. Either run this command from an existing directory of this name, or use the --output-dir flag to generate one or point to an existing one.\n\nIf you don't specify the --sobject flag, the .trigger file contains the generic placeholder SOBJECT; replace it with the Salesforce object you want to generate a trigger for. If you don't specify --event, \"before insert\" is used.",
      "examples": [
        "Generate two files associated with the MyTrigger Apex trigger (MyTrigger.trigger and MyTrigger.trigger-meta.xml) in the current directory:\n<%= config.bin %> <%= command.id %> --name MyTrigger",
        "Similar to the previous example, but generate the files in the \"force-app/main/default/triggers\" directory:\n<%= config.bin %> <%= command.id %> --name MyTrigger --output-dir force-app/main/default/triggers",
        "Generate files for a trigger that fires on the Account object before and after an insert:\n<%= config.bin %> <%= command.id %> --name MyTrigger --sobject Account --event \"before insert,after insert\""
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "triggername"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Apex trigger",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "ApexTrigger",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "ApexTrigger"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "sobject": {
          "char": "s",
          "name": "sobject",
          "summary": "Salesforce object to generate a trigger on.",
          "default": "SOBJECT",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "event": {
          "aliases": [
            "triggerevents"
          ],
          "char": "e",
          "deprecateAliases": true,
          "name": "event",
          "summary": "Events that fire the trigger.",
          "default": [
            "before insert"
          ],
          "delimiter": ",",
          "hasDynamicHelp": false,
          "multiple": true,
          "options": [
            "before insert",
            "before update",
            "before delete",
            "after insert",
            "after update",
            "after delete",
            "after undelete"
          ],
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:apex:trigger",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate an Apex trigger.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "apex",
        "trigger.js"
      ],
      "aliasPermutations": [
        "force:apex:trigger:create",
        "apex:force:trigger:create",
        "apex:trigger:force:create",
        "apex:trigger:create:force",
        "force:trigger:apex:create",
        "trigger:force:apex:create",
        "trigger:apex:force:create",
        "trigger:apex:create:force",
        "force:trigger:create:apex",
        "trigger:force:create:apex",
        "trigger:create:force:apex",
        "trigger:create:apex:force",
        "force:apex:create:trigger",
        "apex:force:create:trigger",
        "apex:create:force:trigger",
        "apex:create:trigger:force",
        "force:create:apex:trigger",
        "create:force:apex:trigger",
        "create:apex:force:trigger",
        "create:apex:trigger:force",
        "force:create:trigger:apex",
        "create:force:trigger:apex",
        "create:trigger:force:apex",
        "create:trigger:apex:force",
        "apex:generate:trigger",
        "generate:apex:trigger",
        "generate:trigger:apex",
        "apex:trigger:generate",
        "trigger:apex:generate",
        "trigger:generate:apex"
      ],
      "permutations": [
        "template:generate:apex:trigger",
        "generate:template:apex:trigger",
        "generate:apex:template:trigger",
        "generate:apex:trigger:template",
        "template:apex:generate:trigger",
        "apex:template:generate:trigger",
        "apex:generate:template:trigger",
        "apex:generate:trigger:template",
        "template:apex:trigger:generate",
        "apex:template:trigger:generate",
        "apex:trigger:template:generate",
        "apex:trigger:generate:template",
        "template:generate:trigger:apex",
        "generate:template:trigger:apex",
        "generate:trigger:template:apex",
        "generate:trigger:apex:template",
        "template:trigger:generate:apex",
        "trigger:template:generate:apex",
        "trigger:generate:template:apex",
        "trigger:generate:apex:template",
        "template:trigger:apex:generate",
        "trigger:template:apex:generate",
        "trigger:apex:template:generate",
        "trigger:apex:generate:template"
      ]
    },
    "template:generate:digital-experience:site": {
      "aliases": [],
      "args": {},
      "description": "Creates the metadata of an Experience Cloud site with the specified template, name, and URL path prefix. The output includes all the necessary metadata files, including DigitalExperienceConfig, DigitalExperienceBundle, Network, and CustomSite.\nUnlike `sf community create`, which builds the site directly in the org, this command generates only the local metadata.",
      "examples": [
        "Generate an Experience Cloud site using the Build Your Own (LWR) template. The site is called \"mysite\" and has the URL path prefix \"mysite\":\n<%= config.bin %> <%= command.id %> --template-name \"Build Your Own (LWR)\" --name mysite --url-path-prefix mysite",
        "Generate an Experience Cloud site like the last example, but generate the files into the specified output directory:\n<%= config.bin %> <%= command.id %> --template-name \"Build Your Own (LWR)\" --name mysite --url-path-prefix mysite --output-dir force-app/main/default"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "char": "o",
          "name": "target-org",
          "noCacheDefault": true,
          "summary": "Username or alias of the target org.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "name": "name",
          "required": true,
          "summary": "Name of the Experience Cloud site to generate.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template-name": {
          "char": "t",
          "name": "template-name",
          "required": true,
          "summary": "Template to use when generating the site.",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "Build Your Own (LWR)"
          ],
          "type": "option"
        },
        "url-path-prefix": {
          "char": "p",
          "name": "url-path-prefix",
          "summary": "URL path prefix for the site; must contain only alphanumeric characters.",
          "default": "",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "admin-email": {
          "char": "e",
          "name": "admin-email",
          "summary": "Email address for the site administrator. Defaults to the username of the currently authenticated user.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "char": "d",
          "description": "The location can be an absolute path or relative to the current working directory. If not specified, the command reads your sfdx-project.json file and uses the default package directory. When running outside a Salesforce DX project, defaults to the current directory.",
          "name": "output-dir",
          "summary": "Directory to generate the site files in.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "template:generate:digital-experience:site",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "state": "preview",
      "strict": true,
      "summary": "Generate an Experience Cloud site.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "digital-experience",
        "site.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "template:generate:digital-experience:site",
        "generate:template:digital-experience:site",
        "generate:digital-experience:template:site",
        "generate:digital-experience:site:template",
        "template:digital-experience:generate:site",
        "digital-experience:template:generate:site",
        "digital-experience:generate:template:site",
        "digital-experience:generate:site:template",
        "template:digital-experience:site:generate",
        "digital-experience:template:site:generate",
        "digital-experience:site:template:generate",
        "digital-experience:site:generate:template",
        "template:generate:site:digital-experience",
        "generate:template:site:digital-experience",
        "generate:site:template:digital-experience",
        "generate:site:digital-experience:template",
        "template:site:generate:digital-experience",
        "site:template:generate:digital-experience",
        "site:generate:template:digital-experience",
        "site:generate:digital-experience:template",
        "template:site:digital-experience:generate",
        "site:template:digital-experience:generate",
        "site:digital-experience:template:generate",
        "site:digital-experience:generate:template"
      ]
    },
    "template:generate:flexipage": {
      "aliases": [],
      "args": {},
      "description": "FlexiPages are the metadata types associated with a Lightning page. A Lightning page represents a customizable screen made up of regions containing Lightning components.\n\nYou can use this command to generate these types of FlexiPages; specify the type with the --template flag:\n\n- AppPage: A Lightning page used as the home page for a custom app or a standalone application page.\n- HomePage: A Lightning page used to override the Home page in Lightning Experience.\n- RecordPage: A Lightning page used to override an object record page in Lightning Experience. Requires that you specify the object name with the --sobject flag.",
      "examples": [
        "Generate a RecordPage FlexiPage for the Account object in the current directory:\n<%= config.bin %> <%= command.id %> --name Account_Record_Page --template RecordPage --sobject Account",
        "Generate an AppPage FlexiPage in the \"force-app/main/default/flexipages\" directory:\n<%= config.bin %> <%= command.id %> --name Sales_Dashboard --template AppPage --output-dir force-app/main/default/flexipages",
        "Generate a HomePage FlexiPage with a custom label:\n<%= config.bin %> <%= command.id %> --name Custom_Home --template HomePage --label \"Sales Home Page\"",
        "Generate a RecordPage with dynamic highlights and detail fields:\n<%= config.bin %> <%= command.id %> --name Property_Page --template RecordPage --sobject Rental_Property__c --primary-field Name --secondary-fields Property_Address__c,City__c --detail-fields Name,Property_Address__c,City__c,Monthly_Rent__c,Bedrooms__c"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "flexipagename"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can contain only alphanumeric characters, must start with a letter, and can't end with an underscore or contain two consecutive underscores.",
          "name": "name",
          "required": true,
          "summary": "Name of the FlexiPage.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "name": "template",
          "required": true,
          "summary": "Template type for the FlexiPage.",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "RecordPage",
            "AppPage",
            "HomePage"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "label": {
          "aliases": [
            "masterlabel"
          ],
          "deprecateAliases": true,
          "name": "label",
          "summary": "Label of this FlexiPage; if not specified, uses the FlexiPage name as the label.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "description": {
          "name": "description",
          "summary": "Description for the FlexiPage, which provides context about its purpose.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "sobject": {
          "aliases": [
            "entity-name",
            "entity"
          ],
          "char": "s",
          "deprecateAliases": true,
          "description": "For RecordPage FlexiPages, you must specify the associated object API name, such as 'Account', 'Opportunity', or 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.",
          "name": "sobject",
          "summary": "API name of the Salesforce object; required when creating a RecordPage.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "primary-field": {
          "name": "primary-field",
          "summary": "Primary field for the dynamic highlights header; typically 'Name'. Used only with RecordPage.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "secondary-fields": {
          "name": "secondary-fields",
          "summary": "Secondary fields shown in the dynamic highlights header. Specify multiple fields separated by commas. Maximum of 11 fields. Used only with RecordPage.",
          "delimiter": ",",
          "hasDynamicHelp": false,
          "multiple": true,
          "type": "option"
        },
        "detail-fields": {
          "name": "detail-fields",
          "summary": "Fields to display in the Details tab. Specify multiple fields separated by commas. Fields are split into two columns. Used only with RecordPage.",
          "delimiter": ",",
          "hasDynamicHelp": false,
          "multiple": true,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:flexipage",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "state": "beta",
      "strict": true,
      "summary": "Generate a FlexiPage, also known as a Lightning page.",
      "enableJsonFlag": true,
      "MAX_SECONDARY_FIELDS": 11,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "flexipage",
        "index.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "template:generate:flexipage",
        "generate:template:flexipage",
        "generate:flexipage:template",
        "template:flexipage:generate",
        "flexipage:template:generate",
        "flexipage:generate:template"
      ]
    },
    "template:generate:lightning:app": {
      "aliases": [
        "force:lightning:app:create",
        "lightning:generate:app"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates a Lightning App bundle in the specified directory or the current working directory. The bundle consists of multiple files in a folder with the designated name.",
      "examples": [
        "Generate the metadata files for a Lightning app bundle called \"myapp\" in the current directory:\n<%= config.bin %> <%= command.id %> --name myapp",
        "Similar to the previous example, but generate the files in the \"force-app/main/default/aura\" directory:\n<%= config.bin %> <%= command.id %> --name myapp --output-dir force-app/main/default/aura"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "appname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Lightning App.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template. For Lightning Web Components, if this flag isn't specified, the CLI command automatically selects the template based on the \"defaultLwcLanguage\" field in the DX project's \"sfdx-project.json\" file.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultLightningApp",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultLightningApp"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:lightning:app",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Lightning App.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "app.js"
      ],
      "aliasPermutations": [
        "force:lightning:app:create",
        "lightning:force:app:create",
        "lightning:app:force:create",
        "lightning:app:create:force",
        "force:app:lightning:create",
        "app:force:lightning:create",
        "app:lightning:force:create",
        "app:lightning:create:force",
        "force:app:create:lightning",
        "app:force:create:lightning",
        "app:create:force:lightning",
        "app:create:lightning:force",
        "force:lightning:create:app",
        "lightning:force:create:app",
        "lightning:create:force:app",
        "lightning:create:app:force",
        "force:create:lightning:app",
        "create:force:lightning:app",
        "create:lightning:force:app",
        "create:lightning:app:force",
        "force:create:app:lightning",
        "create:force:app:lightning",
        "create:app:force:lightning",
        "create:app:lightning:force",
        "lightning:generate:app",
        "generate:lightning:app",
        "generate:app:lightning",
        "lightning:app:generate",
        "app:lightning:generate",
        "app:generate:lightning"
      ],
      "permutations": [
        "template:generate:lightning:app",
        "generate:template:lightning:app",
        "generate:lightning:template:app",
        "generate:lightning:app:template",
        "template:lightning:generate:app",
        "lightning:template:generate:app",
        "lightning:generate:template:app",
        "lightning:generate:app:template",
        "template:lightning:app:generate",
        "lightning:template:app:generate",
        "lightning:app:template:generate",
        "lightning:app:generate:template",
        "template:generate:app:lightning",
        "generate:template:app:lightning",
        "generate:app:template:lightning",
        "generate:app:lightning:template",
        "template:app:generate:lightning",
        "app:template:generate:lightning",
        "app:generate:template:lightning",
        "app:generate:lightning:template",
        "template:app:lightning:generate",
        "app:template:lightning:generate",
        "app:lightning:template:generate",
        "app:lightning:generate:template"
      ]
    },
    "template:generate:lightning:component": {
      "aliases": [
        "force:lightning:component:create",
        "lightning:generate:component"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates the bundle in the specified directory or the current working directory. The bundle consists of multiple files in a directory with the designated name. Lightning web components are contained in the directory with name \"lwc\", Aura components in \"aura\".\n\nTo generate a Lightning web component, pass \"--type lwc\" to the command. If you don’t specify --type, Salesforce CLI generates an Aura component by default.",
      "examples": [
        "Generate the metadata files for an Aura component bundle in the current directory:\n<%= config.bin %> <%= command.id %> --name mycomponent",
        "Generate a Lightning web component bundle in the current directory:\n<%= config.bin %> <%= command.id %> --name mycomponent --type lwc",
        "Generate an Aura component bundle in the \"force-app/main/default/aura\" directory:\n<%= config.bin %> <%= command.id %> --name mycomponent --output-dir force-app/main/default/aura",
        "Generate a Lightning web component bundle in the \"force-app/main/default/lwc\" directory:\n<%= config.bin %> <%= command.id %> --name mycomponent --type lwc --output-dir force-app/main/default/lwc",
        "Generate a TypeScript Lightning Web Component:\n<%= config.bin %> <%= command.id %> --name mycomponent --type lwc --template typescript"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "componentname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Lightning Component.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template. For Lightning Web Components, if this flag isn't specified, the CLI command automatically selects the template based on the \"defaultLwcLanguage\" field in the DX project's \"sfdx-project.json\" file.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "default",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "default",
            "analyticsDashboard",
            "analyticsDashboardWithStep",
            "typescript"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "type": {
          "name": "type",
          "summary": "Type of the component bundle.",
          "default": "aura",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "aura",
            "lwc"
          ],
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:lightning:component",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a bundle for an Aura component or a Lightning web component.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "component.js"
      ],
      "aliasPermutations": [
        "force:lightning:component:create",
        "lightning:force:component:create",
        "lightning:component:force:create",
        "lightning:component:create:force",
        "force:component:lightning:create",
        "component:force:lightning:create",
        "component:lightning:force:create",
        "component:lightning:create:force",
        "force:component:create:lightning",
        "component:force:create:lightning",
        "component:create:force:lightning",
        "component:create:lightning:force",
        "force:lightning:create:component",
        "lightning:force:create:component",
        "lightning:create:force:component",
        "lightning:create:component:force",
        "force:create:lightning:component",
        "create:force:lightning:component",
        "create:lightning:force:component",
        "create:lightning:component:force",
        "force:create:component:lightning",
        "create:force:component:lightning",
        "create:component:force:lightning",
        "create:component:lightning:force",
        "lightning:generate:component",
        "generate:lightning:component",
        "generate:component:lightning",
        "lightning:component:generate",
        "component:lightning:generate",
        "component:generate:lightning"
      ],
      "permutations": [
        "template:generate:lightning:component",
        "generate:template:lightning:component",
        "generate:lightning:template:component",
        "generate:lightning:component:template",
        "template:lightning:generate:component",
        "lightning:template:generate:component",
        "lightning:generate:template:component",
        "lightning:generate:component:template",
        "template:lightning:component:generate",
        "lightning:template:component:generate",
        "lightning:component:template:generate",
        "lightning:component:generate:template",
        "template:generate:component:lightning",
        "generate:template:component:lightning",
        "generate:component:template:lightning",
        "generate:component:lightning:template",
        "template:component:generate:lightning",
        "component:template:generate:lightning",
        "component:generate:template:lightning",
        "component:generate:lightning:template",
        "template:component:lightning:generate",
        "component:template:lightning:generate",
        "component:lightning:template:generate",
        "component:lightning:generate:template"
      ]
    },
    "template:generate:lightning:embedding": {
      "aliases": [],
      "args": {},
      "description": "The generated LWC bundle consumes the first-party <lightning-embedding> component, which is pre-wired with the three required attributes: the widget URL (src), iframe sandbox tokens, and an accessible iframe title (shell-title).\n\nThe generated LWC bundle contains four files (.html, .js, .js-meta.xml, .css) in a directory named with the camelCased component name. The bundle must live under a parent folder named \"lwc\".",
      "examples": [
        "Generate an embedding wrapper LWC in the current directory:\n<%= config.bin %> <%= command.id %> --name MyEmbeddingWrapper --src https://app.example.com --sandbox allow-forms --shell-title \"Expense Report Widget\"",
        "Generate an embedding wrapper LWC in the \"force-app/main/default/lwc\" directory with multiple sandbox tokens:\n<%= config.bin %> <%= command.id %> --name MyEmbeddingWrapper --src https://app.example.com --sandbox allow-forms --sandbox allow-scripts --shell-title \"Expense Report Widget\" --output-dir force-app/main/default/lwc"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "description": "The component name is also used (camelCased) as the LWC folder name and file stem. Must contain only alphanumeric characters and start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated component; must be in PascalCase format.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "src": {
          "char": "s",
          "description": "The URL is bound to the <lightning-embedding> \"src\" attribute as a reactive property in the generated LWC. Must use HTTPS; plain HTTP is allowed only for localhost or 127.0.0.1 (for local development).",
          "name": "src",
          "required": true,
          "summary": "Absolute HTTPS URL that the iframe will load.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "sandbox": {
          "description": "Each token is written into the space-separated \"sandbox\" attribute on <lightning-embedding>. Only W3C-defined sandbox tokens are accepted.",
          "name": "sandbox",
          "required": true,
          "summary": "Iframe sandbox token. Specify this flag multiple times to set more than one token.",
          "hasDynamicHelp": false,
          "multiple": true,
          "options": [
            "allow-forms",
            "allow-modals",
            "allow-orientation-lock",
            "allow-pointer-lock",
            "allow-popups",
            "allow-popups-to-escape-sandbox",
            "allow-presentation",
            "allow-same-origin",
            "allow-scripts",
            "allow-storage-access-by-user-activation",
            "allow-top-navigation",
            "allow-top-navigation-by-user-activation"
          ],
          "type": "option"
        },
        "shell-title": {
          "description": "Written to the \"shell-title\" attribute on <lightning-embedding> and used as the iframe's accessible name (announced by screen readers).",
          "name": "shell-title",
          "required": true,
          "summary": "Accessible title for the embedded iframe.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hidden": true,
      "hiddenAliases": [],
      "id": "template:generate:lightning:embedding",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "state": "beta",
      "strict": true,
      "summary": "Generate a Lightning Web Component (LWC) bundle that wraps the lightning-embedding base component.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "embedding.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "template:generate:lightning:embedding",
        "generate:template:lightning:embedding",
        "generate:lightning:template:embedding",
        "generate:lightning:embedding:template",
        "template:lightning:generate:embedding",
        "lightning:template:generate:embedding",
        "lightning:generate:template:embedding",
        "lightning:generate:embedding:template",
        "template:lightning:embedding:generate",
        "lightning:template:embedding:generate",
        "lightning:embedding:template:generate",
        "lightning:embedding:generate:template",
        "template:generate:embedding:lightning",
        "generate:template:embedding:lightning",
        "generate:embedding:template:lightning",
        "generate:embedding:lightning:template",
        "template:embedding:generate:lightning",
        "embedding:template:generate:lightning",
        "embedding:generate:template:lightning",
        "embedding:generate:lightning:template",
        "template:embedding:lightning:generate",
        "embedding:template:lightning:generate",
        "embedding:lightning:template:generate",
        "embedding:lightning:generate:template"
      ]
    },
    "template:generate:lightning:event": {
      "aliases": [
        "force:lightning:event:create",
        "lightning:generate:event"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates a Lightning Event bundle in the specified directory or the current working directory. The bundle consists of multiple files in a folder with the designated name.",
      "examples": [
        "Generate the metadata files for a Lightning event bundle called \"myevent\" in the current directory:\n<%= config.bin %> <%= command.id %> --name myevent",
        "Similar to previous example, but generate the files in the \"force-app/main/default/aura\" directory:\n<%= config.bin %> <%= command.id %> --name myevent --output-dir force-app/main/default/aura"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "eventname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Lightning Event.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template. For Lightning Web Components, if this flag isn't specified, the CLI command automatically selects the template based on the \"defaultLwcLanguage\" field in the DX project's \"sfdx-project.json\" file.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultLightningEvt",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultLightningEvt"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:lightning:event",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Lightning Event.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "event.js"
      ],
      "aliasPermutations": [
        "force:lightning:event:create",
        "lightning:force:event:create",
        "lightning:event:force:create",
        "lightning:event:create:force",
        "force:event:lightning:create",
        "event:force:lightning:create",
        "event:lightning:force:create",
        "event:lightning:create:force",
        "force:event:create:lightning",
        "event:force:create:lightning",
        "event:create:force:lightning",
        "event:create:lightning:force",
        "force:lightning:create:event",
        "lightning:force:create:event",
        "lightning:create:force:event",
        "lightning:create:event:force",
        "force:create:lightning:event",
        "create:force:lightning:event",
        "create:lightning:force:event",
        "create:lightning:event:force",
        "force:create:event:lightning",
        "create:force:event:lightning",
        "create:event:force:lightning",
        "create:event:lightning:force",
        "lightning:generate:event",
        "generate:lightning:event",
        "generate:event:lightning",
        "lightning:event:generate",
        "event:lightning:generate",
        "event:generate:lightning"
      ],
      "permutations": [
        "template:generate:lightning:event",
        "generate:template:lightning:event",
        "generate:lightning:template:event",
        "generate:lightning:event:template",
        "template:lightning:generate:event",
        "lightning:template:generate:event",
        "lightning:generate:template:event",
        "lightning:generate:event:template",
        "template:lightning:event:generate",
        "lightning:template:event:generate",
        "lightning:event:template:generate",
        "lightning:event:generate:template",
        "template:generate:event:lightning",
        "generate:template:event:lightning",
        "generate:event:template:lightning",
        "generate:event:lightning:template",
        "template:event:generate:lightning",
        "event:template:generate:lightning",
        "event:generate:template:lightning",
        "event:generate:lightning:template",
        "template:event:lightning:generate",
        "event:template:lightning:generate",
        "event:lightning:template:generate",
        "event:lightning:generate:template"
      ]
    },
    "template:generate:lightning:interface": {
      "aliases": [
        "force:lightning:interface:create",
        "lightning:generate:interface"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates a Lightning Interface bundle in the specified directory or the current working directory. The bundle consists of multiple files in a folder with the designated name.",
      "examples": [
        "Generate the metadata files for a Lightning interface bundle called \"myinterface\" in the current directory:\n<%= config.bin %> <%= command.id %> --name myinterface",
        "Similar to the previous example but generate the files in the \"force-app/main/default/aura\" directory:\n<%= config.bin %> <%= command.id %> --name myinterface --output-dir force-app/main/default/aura"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "interfacename"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Lightning Interface.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template. For Lightning Web Components, if this flag isn't specified, the CLI command automatically selects the template based on the \"defaultLwcLanguage\" field in the DX project's \"sfdx-project.json\" file.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultLightningIntf",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultLightningIntf"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:lightning:interface",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Lightning Interface.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "interface.js"
      ],
      "aliasPermutations": [
        "force:lightning:interface:create",
        "lightning:force:interface:create",
        "lightning:interface:force:create",
        "lightning:interface:create:force",
        "force:interface:lightning:create",
        "interface:force:lightning:create",
        "interface:lightning:force:create",
        "interface:lightning:create:force",
        "force:interface:create:lightning",
        "interface:force:create:lightning",
        "interface:create:force:lightning",
        "interface:create:lightning:force",
        "force:lightning:create:interface",
        "lightning:force:create:interface",
        "lightning:create:force:interface",
        "lightning:create:interface:force",
        "force:create:lightning:interface",
        "create:force:lightning:interface",
        "create:lightning:force:interface",
        "create:lightning:interface:force",
        "force:create:interface:lightning",
        "create:force:interface:lightning",
        "create:interface:force:lightning",
        "create:interface:lightning:force",
        "lightning:generate:interface",
        "generate:lightning:interface",
        "generate:interface:lightning",
        "lightning:interface:generate",
        "interface:lightning:generate",
        "interface:generate:lightning"
      ],
      "permutations": [
        "template:generate:lightning:interface",
        "generate:template:lightning:interface",
        "generate:lightning:template:interface",
        "generate:lightning:interface:template",
        "template:lightning:generate:interface",
        "lightning:template:generate:interface",
        "lightning:generate:template:interface",
        "lightning:generate:interface:template",
        "template:lightning:interface:generate",
        "lightning:template:interface:generate",
        "lightning:interface:template:generate",
        "lightning:interface:generate:template",
        "template:generate:interface:lightning",
        "generate:template:interface:lightning",
        "generate:interface:template:lightning",
        "generate:interface:lightning:template",
        "template:interface:generate:lightning",
        "interface:template:generate:lightning",
        "interface:generate:template:lightning",
        "interface:generate:lightning:template",
        "template:interface:lightning:generate",
        "interface:template:lightning:generate",
        "interface:lightning:template:generate",
        "interface:lightning:generate:template"
      ]
    },
    "template:generate:lightning:test": {
      "aliases": [
        "force:lightning:test:create",
        "lightning:generate:test"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates the test in the specified directory or the current working directory. The .resource file and associated metadata file are generated.",
      "examples": [
        "Generate the metadata files for the Lightning test called MyLightningTest in the current directory:\n<%= config.bin %> <%= command.id %> --name MyLightningTest",
        "Similar to the previous example but generate the files in the \"force-app/main/default/lightningTests\" directory:\n<%= config.bin %> <%= command.id %> --name MyLightningTest --output-dir force-app/main/default/lightningTests"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "testname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "Name of the new Lightning test; can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Lightning Test.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template. For Lightning Web Components, if this flag isn't specified, the CLI command automatically selects the template based on the \"defaultLwcLanguage\" field in the DX project's \"sfdx-project.json\" file.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultLightningTest",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultLightningTest"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "internal": {
          "char": "i",
          "hidden": true,
          "name": "internal",
          "summary": "Generate lightning bundles without creating a -meta.xml file.",
          "allowNo": false,
          "type": "boolean"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:lightning:test",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Lightning test.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "lightning",
        "test.js"
      ],
      "aliasPermutations": [
        "force:lightning:test:create",
        "lightning:force:test:create",
        "lightning:test:force:create",
        "lightning:test:create:force",
        "force:test:lightning:create",
        "test:force:lightning:create",
        "test:lightning:force:create",
        "test:lightning:create:force",
        "force:test:create:lightning",
        "test:force:create:lightning",
        "test:create:force:lightning",
        "test:create:lightning:force",
        "force:lightning:create:test",
        "lightning:force:create:test",
        "lightning:create:force:test",
        "lightning:create:test:force",
        "force:create:lightning:test",
        "create:force:lightning:test",
        "create:lightning:force:test",
        "create:lightning:test:force",
        "force:create:test:lightning",
        "create:force:test:lightning",
        "create:test:force:lightning",
        "create:test:lightning:force",
        "lightning:generate:test",
        "generate:lightning:test",
        "generate:test:lightning",
        "lightning:test:generate",
        "test:lightning:generate",
        "test:generate:lightning"
      ],
      "permutations": [
        "template:generate:lightning:test",
        "generate:template:lightning:test",
        "generate:lightning:template:test",
        "generate:lightning:test:template",
        "template:lightning:generate:test",
        "lightning:template:generate:test",
        "lightning:generate:template:test",
        "lightning:generate:test:template",
        "template:lightning:test:generate",
        "lightning:template:test:generate",
        "lightning:test:template:generate",
        "lightning:test:generate:template",
        "template:generate:test:lightning",
        "generate:template:test:lightning",
        "generate:test:template:lightning",
        "generate:test:lightning:template",
        "template:test:generate:lightning",
        "test:template:generate:lightning",
        "test:generate:template:lightning",
        "test:generate:lightning:template",
        "template:test:lightning:generate",
        "test:template:lightning:generate",
        "test:lightning:template:generate",
        "test:lightning:generate:template"
      ]
    },
    "template:generate:project": {
      "aliases": [
        "force:project:create",
        "project:generate"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "A Salesforce DX project has a specific structure and a configuration file (sfdx-project.json) that identifies the directory as a Salesforce DX project. This command generates the necessary configuration files and directories to get you started.\n\nBy default, the generated sfdx-project.json file sets the sourceApiVersion property to the default API version currently used by Salesforce CLI. To specify a different version, set the apiVersion configuration variable. For example: \"sf config set apiVersion=57.0 --global\".",
      "examples": [
        "Generate a project called \"mywork\":\n<%= config.bin %> <%= command.id %> --name mywork",
        "Similar to previous example, but generate the files in a directory called \"myapp\":\n<%= config.bin %> <%= command.id %> --name mywork --default-package-dir myapp",
        "Similar to prevoius example, but also generate a default package.xml manifest file:\n<%= config.bin %> <%= command.id %> --name mywork --default-package-dir myapp --manifest",
        "Generate a project with the minimum files and directories:\n<%= config.bin %> <%= command.id %> --name mywork --template empty",
        "Generate a project in which the Lightning Web Components use TypeScript rather than the default JavaScript:\n<%= config.bin %> <%= command.id %> --name mywork --lwc-language typescript"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "projectname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "Generates a project directory with this name; any valid directory name is accepted. Also sets the \"name\" property in the sfdx-project.json file to this name.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated project.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "The template determines the sample configuration files and directories that this command generates. For example, the empty template provides these files and directory to get you started.\n\n- .forceignore\n- config/project-scratch-def.json\n- sfdx-project.json\n- package.json\n- force-app (basic source directory structure)\n\nThe standard template provides a complete force-app directory structure so you know where to put your source. It also provides additional files and scripts, especially useful when using Salesforce Extensions for VS Code. For example:\n\n- .gitignore: Use Git for version control.\n- .prettierrc and .prettierignore: Use Prettier to format your Aura components.\n- .vscode/extensions.json: When launched, Visual Studio Code, prompts you to install the recommended extensions for your project.\n- .vscode/launch.json: Configures Replay Debugger.\n- .vscode/settings.json: Additional configuration settings.\n\nThe analytics template provides similar files and the force-app/main/default/waveTemplates directory.\n\nThe reactinternalapp and reactexternalapp templates provide React-based project scaffolding for internal and external UI bundle use cases.\n\nThe agent template provides project scaffolding for building Agentforce agents and includes a sample agent called Local Info Agent.",
          "name": "template",
          "summary": "Template to use for project creation.",
          "default": "standard",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "standard",
            "empty",
            "analytics",
            "reactinternalapp",
            "reactexternalapp",
            "agent"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "namespace": {
          "char": "s",
          "name": "namespace",
          "summary": "Namespace associated with this project and any connected scratch orgs.",
          "default": "",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "default-package-dir": {
          "aliases": [
            "defaultpackagedir"
          ],
          "char": "p",
          "deprecateAliases": true,
          "description": "Metadata items such as classes and Lightning bundles are placed inside this folder.",
          "name": "default-package-dir",
          "summary": "Default package directory name.",
          "default": "force-app",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "manifest": {
          "char": "x",
          "description": "Generates a default manifest (package.xml) for fetching Apex, Visualforce, Lightning components, and static resources.",
          "name": "manifest",
          "summary": "Generate a manifest (package.xml) for change-set based development.",
          "allowNo": false,
          "type": "boolean"
        },
        "login-url": {
          "aliases": [
            "loginurl"
          ],
          "char": "l",
          "deprecateAliases": true,
          "description": "Normally defaults to https://login.salesforce.com.",
          "hidden": true,
          "name": "login-url",
          "summary": "Salesforce instance login URL.",
          "default": "https://login.salesforce.com",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "lwc-language": {
          "description": "When set to `'typescript'`, generates TypeScript configuration files (tsconfig.json, package.json with TypeScript dependencies, and TypeScript-aware ESLint config). When you deploy the TypeScript-based Lightning Web Components, the TypeScript files are first compiled locally for validation and then the `.ts` files are deployed to your org for server-side type stripping.",
          "name": "lwc-language",
          "summary": "Language of the Lightning Web Components. If not specified, \"javascript\" is used.",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "javascript",
            "typescript"
          ],
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "summary": "Will set this version as sourceApiVersion in the sfdx-project.json file",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:project",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Salesforce DX project.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "project",
        "index.js"
      ],
      "aliasPermutations": [
        "force:project:create",
        "project:force:create",
        "project:create:force",
        "force:create:project",
        "create:force:project",
        "create:project:force",
        "project:generate",
        "generate:project"
      ],
      "permutations": [
        "template:generate:project",
        "generate:template:project",
        "generate:project:template",
        "template:project:generate",
        "project:template:generate",
        "project:generate:template"
      ]
    },
    "template:generate:static-resource": {
      "aliases": [
        "force:staticresource:create",
        "static-resource:generate"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Generates the metadata resource file in the specified directory or the current working directory. Static resource files must be contained in a parent directory called \"staticresources\" in your package directory. Either run this command from an existing directory of this name, or use the --output-dir flag to create one or point to an existing one.",
      "examples": [
        "Generate the metadata file for a static resource called MyResource in the current directory:\n<%= config.bin %> <%= command.id %> --name MyResource",
        "Similar to previous example, but specifies a MIME type of application/json:\n<%= config.bin %> <%= command.id %> --name MyResource --type application/json",
        "Generate the resource file in the \"force-app/main/default/staticresources\" directory:\n<%= config.bin %> <%= command.id %> --name MyResource --output-dir force-app/main/default/staticresources"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "resourcename"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated static resource.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "type": {
          "aliases": [
            "contenttype"
          ],
          "deprecateAliases": true,
          "description": "Must be a valid MIME type such as application/json, application/javascript, application/zip, text/plain, text/css, etc.",
          "name": "type",
          "summary": "Content type (mime type) of the generated static resource.",
          "default": "application/zip",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:static-resource",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a static resource.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "static-resource",
        "index.js"
      ],
      "aliasPermutations": [
        "force:staticresource:create",
        "staticresource:force:create",
        "staticresource:create:force",
        "force:create:staticresource",
        "create:force:staticresource",
        "create:staticresource:force",
        "static-resource:generate",
        "generate:static-resource"
      ],
      "permutations": [
        "template:generate:static-resource",
        "generate:template:static-resource",
        "generate:static-resource:template",
        "template:static-resource:generate",
        "static-resource:template:generate",
        "static-resource:generate:template"
      ]
    },
    "template:generate:ui-bundle": {
      "aliases": [],
      "args": {},
      "description": "Salesforce provides native UI frameworks, such as Lighting Web Components (LWC), to build applications that run on the Salesforce Platform. But you can also use non-native JavaScript- or TypeScript-based UI frameworks, such as React, to build a UI experience for the Salesforce Platform and that you can launch from the App Launcher.\n\nThese non-native UI experiences are defined by the \"UIBundle\" metadata type in your DX project. Use this command to generate the required DX project structure and files. For example, when you run this command and specify the name MyUiBundle, then the files are generated into a \"uiBundles/MyUiBundle\" directory. Use the --output-dir flag to specify a different directory.\n\nUse the --template flag for generating the files to get started with a specific UI framework, such as React or Angular. Check out the README.md file in the generated \"uiBundles/<bundlename>\" directory for more information about the template.",
      "examples": [
        "Generate a UI bundle called MyUiBundle in the current directory:\n<%= config.bin %> <%= command.id %> --name MyUiBundle",
        "Generate a React-based UI bundle:\n<%= config.bin %> <%= command.id %> --name MyReactApp --template reactbasic",
        "Generate an Angular-based UI bundle:\n<%= config.bin %> <%= command.id %> --name MyAngularApp --template angularbasic",
        "Generate the React-based UI bundle in the \"force-app/main/default/uiBundles\" directory:\n<%= config.bin %> <%= command.id %> --name MyUiBundle --template reactbasic --output-dir force-app/main/default/uiBundles"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "description": "This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.",
          "name": "name",
          "required": true,
          "summary": "API name of the generated UI bundle.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template.",
          "name": "template",
          "summary": "Template to use when creating the files for a specific UI framework.",
          "default": "default",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "default",
            "reactbasic",
            "angularbasic"
          ],
          "type": "option"
        },
        "label": {
          "char": "l",
          "description": "If not specified, the label is derived from the name.",
          "name": "label",
          "summary": "Master label for the UI bundle.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "char": "d",
          "description": "The location can be an absolute path or relative to the current working directory.\n\nIf not specified, the command reads your sfdx-project.json and defaults to \"uiBundles\" directory within your default package directory. When running outside a Salesforce DX project, defaults to the current directory.\n\n**Important:** This command automatically ensures the output directory ends with \"uiBundles\". If your specified path doesn't end with \"uiBundles\", it's automatically appended. The UI bundle is created at \"<output-dir>/<name>\".\n\n**Examples:**\n\n- \"--output-dir force-app/main/default\" → Creates a UI bundle at \"force-app/main/default/uiBundles/MyUiBundle/\"\n- \"--output-dir force-app/main/default/uiBundles\" → Creates a UI bundle at \"force-app/main/default/uiBundles/MyUiBundle/\" (no change)",
          "name": "output-dir",
          "summary": "Directory into which the files are created.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:ui-bundle",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a UI bundle, which contains the code and metadata to build a UI experience that uses non-native Salesforce frameworks, such as React or Angular.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "ui-bundle",
        "index.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "template:generate:ui-bundle",
        "generate:template:ui-bundle",
        "generate:ui-bundle:template",
        "template:ui-bundle:generate",
        "ui-bundle:template:generate",
        "ui-bundle:generate:template"
      ]
    },
    "template:generate:visualforce:component": {
      "aliases": [
        "force:visualforce:component:create",
        "visualforce:generate:component"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The command generates the .Component file and associated metadata file in the specified directory or the current working directory by default.",
      "examples": [
        "Generate the metadata files for a Visualforce component in the current directory:\n<%= config.bin %> <%= command.id %> --name mycomponent --label mylabel",
        "Similar to previous example, but generate the files in the directory \"force-app/main/default/components\":\n<%= config.bin %> <%= command.id %> --name mycomponent --label mylabel --output-dir components"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "componentname"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Visualforce Component.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template.",
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultVFComponent",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultVFComponent"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "label": {
          "char": "l",
          "name": "label",
          "required": true,
          "summary": "Visualforce Component label.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:visualforce:component",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Visualforce Component.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "visualforce",
        "component.js"
      ],
      "aliasPermutations": [
        "force:visualforce:component:create",
        "visualforce:force:component:create",
        "visualforce:component:force:create",
        "visualforce:component:create:force",
        "force:component:visualforce:create",
        "component:force:visualforce:create",
        "component:visualforce:force:create",
        "component:visualforce:create:force",
        "force:component:create:visualforce",
        "component:force:create:visualforce",
        "component:create:force:visualforce",
        "component:create:visualforce:force",
        "force:visualforce:create:component",
        "visualforce:force:create:component",
        "visualforce:create:force:component",
        "visualforce:create:component:force",
        "force:create:visualforce:component",
        "create:force:visualforce:component",
        "create:visualforce:force:component",
        "create:visualforce:component:force",
        "force:create:component:visualforce",
        "create:force:component:visualforce",
        "create:component:force:visualforce",
        "create:component:visualforce:force",
        "visualforce:generate:component",
        "generate:visualforce:component",
        "generate:component:visualforce",
        "visualforce:component:generate",
        "component:visualforce:generate",
        "component:generate:visualforce"
      ],
      "permutations": [
        "template:generate:visualforce:component",
        "generate:template:visualforce:component",
        "generate:visualforce:template:component",
        "generate:visualforce:component:template",
        "template:visualforce:generate:component",
        "visualforce:template:generate:component",
        "visualforce:generate:template:component",
        "visualforce:generate:component:template",
        "template:visualforce:component:generate",
        "visualforce:template:component:generate",
        "visualforce:component:template:generate",
        "visualforce:component:generate:template",
        "template:generate:component:visualforce",
        "generate:template:component:visualforce",
        "generate:component:template:visualforce",
        "generate:component:visualforce:template",
        "template:component:generate:visualforce",
        "component:template:generate:visualforce",
        "component:generate:template:visualforce",
        "component:generate:visualforce:template",
        "template:component:visualforce:generate",
        "component:template:visualforce:generate",
        "component:visualforce:template:generate",
        "component:visualforce:generate:template"
      ]
    },
    "template:generate:visualforce:page": {
      "aliases": [
        "force:visualforce:page:create",
        "visualforce:generate:page"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The command generates the .Page file and associated metadata file in the specified directory or the current working directory by default.",
      "examples": [
        "Generate the metadata files for a Visualforce page in the current directory:\n<%= config.bin %> <%= command.id %> --name mypage --label mylabel",
        "Similar to previous example, but generate the files in the directory \"force-app/main/default/pages\":\n<%= config.bin %> <%= command.id %> --name mypage --label mylabel --output-dir pages"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "aliases": [
            "pagename"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "The name can be up to 40 characters and must start with a letter.",
          "name": "name",
          "required": true,
          "summary": "Name of the generated Visualforce Page.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "template": {
          "char": "t",
          "description": "Supplied parameter values or default values are filled into a copy of the template.",
          "hidden": true,
          "name": "template",
          "summary": "Template to use for file creation.",
          "default": "DefaultVFPage",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DefaultVFPage"
          ],
          "type": "option"
        },
        "output-dir": {
          "aliases": [
            "outputdir"
          ],
          "char": "d",
          "deprecateAliases": true,
          "description": "The location can be an absolute path or relative to the current working directory. The default is the current directory.",
          "name": "output-dir",
          "summary": "Directory for saving the created files.",
          "default": ".",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "label": {
          "char": "l",
          "name": "label",
          "required": true,
          "summary": "Visualforce Page label.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "template:generate:visualforce:page",
      "pluginAlias": "@salesforce/plugin-templates",
      "pluginName": "@salesforce/plugin-templates",
      "pluginType": "core",
      "strict": true,
      "summary": "Generate a Visualforce Page.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "template",
        "generate",
        "visualforce",
        "page.js"
      ],
      "aliasPermutations": [
        "force:visualforce:page:create",
        "visualforce:force:page:create",
        "visualforce:page:force:create",
        "visualforce:page:create:force",
        "force:page:visualforce:create",
        "page:force:visualforce:create",
        "page:visualforce:force:create",
        "page:visualforce:create:force",
        "force:page:create:visualforce",
        "page:force:create:visualforce",
        "page:create:force:visualforce",
        "page:create:visualforce:force",
        "force:visualforce:create:page",
        "visualforce:force:create:page",
        "visualforce:create:force:page",
        "visualforce:create:page:force",
        "force:create:visualforce:page",
        "create:force:visualforce:page",
        "create:visualforce:force:page",
        "create:visualforce:page:force",
        "force:create:page:visualforce",
        "create:force:page:visualforce",
        "create:page:force:visualforce",
        "create:page:visualforce:force",
        "visualforce:generate:page",
        "generate:visualforce:page",
        "generate:page:visualforce",
        "visualforce:page:generate",
        "page:visualforce:generate",
        "page:generate:visualforce"
      ],
      "permutations": [
        "template:generate:visualforce:page",
        "generate:template:visualforce:page",
        "generate:visualforce:template:page",
        "generate:visualforce:page:template",
        "template:visualforce:generate:page",
        "visualforce:template:generate:page",
        "visualforce:generate:template:page",
        "visualforce:generate:page:template",
        "template:visualforce:page:generate",
        "visualforce:template:page:generate",
        "visualforce:page:template:generate",
        "visualforce:page:generate:template",
        "template:generate:page:visualforce",
        "generate:template:page:visualforce",
        "generate:page:template:visualforce",
        "generate:page:visualforce:template",
        "template:page:generate:visualforce",
        "page:template:generate:visualforce",
        "page:generate:template:visualforce",
        "page:generate:visualforce:template",
        "template:page:visualforce:generate",
        "page:template:visualforce:generate",
        "page:visualforce:template:generate",
        "page:visualforce:generate:template"
      ]
    }
  },
  "version": "56.18.13"
}