From d82346d64a0959ab1c18bcd4acbdda1d183f9a40 Mon Sep 17 00:00:00 2001 From: mzhang0 Date: Wed, 25 Mar 2026 15:19:20 -0500 Subject: [PATCH 1/2] feat: rename webapp templates --- README.md | 8 ++++---- messages/project.md | 2 +- package.json | 2 +- src/commands/template/generate/project/index.ts | 2 +- test/commands/template/generate/project/index.nut.ts | 12 ++++++------ yarn.lock | 8 ++++---- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index df7abaea..e5c10cf8 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,7 @@ Generate a Salesforce DX project. ``` USAGE $ sf template generate project -n [--json] [--flags-dir ] [-t - standard|empty|analytics|reactb2e|reactb2x|agent] [-d ] [-s ] [-p ] [-x] [--api-version + standard|empty|analytics|reactinternalapp|reactexternalapp|agent] [-d ] [-s ] [-p ] [-x] [--api-version ] FLAGS @@ -754,7 +754,7 @@ FLAGS -p, --default-package-dir= [default: force-app] Default package directory name. -s, --namespace= Namespace associated with this project and any connected scratch orgs. -t, --template=