@W-21313610 feat: match template param to existing tool#852
Merged
iowillhoit merged 6 commits intosalesforcecli:mainfrom Feb 19, 2026
Merged
Conversation
fcwong
approved these changes
Feb 19, 2026
Contributor
jshackell-sfdc
left a comment
There was a problem hiding this comment.
Just a few suggestions...
Co-authored-by: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com>
|
|
||
| Creates an Experience Cloud site with the specified template, name, and URL path prefix. The site includes all necessary metadata files, including DigitalExperienceConfig, DigitalExperienceBundle, Network, and CustomSite. | ||
| 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. | ||
| Unlike `sf community create`, which builds the site directly in the org, this command generates only the local metadata. |
Contributor
There was a problem hiding this comment.
@scottmo , not sure if you missed my suggestion to add a sentence about deploying the md to the org, so adding it now. Ignore if you didn't want to include it for some reason! Also added a new line to make the last part stand out more.
iowillhoit
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Match the template param with the existing
sf community createcommand for consistency and avoid confusion.e.g. of the other command:
sf community create --name "{siteName}" --template-name 'Build Your Own (LWR)' --url-path-prefix "{siteUrlPathPrefix}"FYI there's an unrelated TF on the webapplication side, but tests are passing for this command

What issues does this PR fix or reference?
@W-21313610@