@@ -745,7 +745,7 @@ Generate a Salesforce DX project.
745745```
746746USAGE
747747 $ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
748- standard|empty|analytics|reactb2e|reactb2x |agent] [-d <value>] [-s <value>] [-p <value>] [-x] [--api-version
748+ standard|empty|analytics|reactinternalapp|reactexternalapp |agent] [-d <value>] [-s <value>] [-p <value>] [-x] [--api-version
749749 <value>]
750750
751751FLAGS
@@ -754,7 +754,7 @@ FLAGS
754754 -p, --default-package-dir=<value> [default: force-app] Default package directory name.
755755 -s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
756756 -t, --template=<option> [default: standard] Template to use for project creation.
757- <options: standard|empty|analytics|reactb2e|reactb2x |agent>
757+ <options: standard|empty|analytics|reactinternalapp|reactexternalapp |agent>
758758 -x, --manifest Generate a manifest (package.xml) for change-set based development.
759759 --api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
760760
@@ -809,7 +809,7 @@ FLAG DESCRIPTIONS
809809
810810 Metadata items such as classes and Lightning bundles are placed inside this folder.
811811
812- -t, --template=standard|empty|analytics|reactb2e|reactb2x |agent Template to use for project creation.
812+ -t, --template=standard|empty|analytics|reactinternalapp|reactexternalapp |agent Template to use for project creation.
813813
814814 The template determines the sample configuration files and directories that this command generates. For example, the
815815 empty template provides these files and directory to get you started.
@@ -833,7 +833,7 @@ FLAG DESCRIPTIONS
833833
834834 The analytics template provides similar files and the force-app/main/default/waveTemplates directory.
835835
836- The reactb2e and reactb2x templates provide React-based project scaffolding for B2E and B2X web application use
836+ The reactinternalapp and reactexternalapp templates provide React-based project scaffolding for internal and external web application use
837837 cases.
838838
839839 The agent template provides project scaffolding for building Agentforce agents and includes a sample agent called
0 commit comments