-
Notifications
You must be signed in to change notification settings - Fork 12
fix: CLI command text review #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1c4172d
fix: lightning preview app text
moorejacqueline f66c7dc
fix: lightning preview site text
moorejacqueline 94fb613
fix: khawkins maliroteh-sf edits 1
moorejacqueline 55f4d1b
Merge branch 'main' into moorejacqueline/revise-help
moorejacqueline b1d9cf4
fix: kevin's edits
moorejacqueline d853926
fix: jacqueline1
moorejacqueline dde2db1
fix: remove description for site name flag
moorejacqueline 4000f1f
fix: juliet's edits 1
moorejacqueline 745df1b
fix: juliet edits 2
moorejacqueline 46bfa5c
fix: nick edits 2
moorejacqueline 5b5336d
fix: broken link replacement temp
moorejacqueline 1e216b5
fix: nick suggestions and update feature name
moorejacqueline 6d2ce6c
fix: clarify app vs org in app.md
moorejacqueline 054181a
fix: removed linkless text
moorejacqueline 7f26866
Merge branch 'main' into moorejacqueline/revise-help
moorejacqueline 86e2625
fix: change Experience Cloud site to Experience Builder site
moorejacqueline c849ce9
Apply suggestions from code review
moorejacqueline 49c9b65
Merge branch 'main' into moorejacqueline/revise-help
nrkruk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,37 @@ | ||
# summary | ||
|
||
Preview Experience Cloud Sites. | ||
Preview an Experience Builder site locally and in real-time, without deploying it. | ||
|
||
# description | ||
|
||
In dev preview mode, you can edit local files and see these changes to your Lightning Web Components (LWC) within your site: | ||
Enable Local Dev to see local changes to your site in a real-time preview that you don't have to deploy or manually refresh. To let you quickly iterate on your Lightning web components (LWCs) and pages, your site preview automatically refreshes when Local Dev detects source code changes. | ||
|
||
- Basic HTML and CSS edits | ||
- Importing new CSS | ||
- Javascript edits in-service component library | ||
- Javascript method changes in the LWC component that don't alter its public API. | ||
When you edit these local files with Local Dev enabled, your org automatically reflects these changes. | ||
|
||
Other local changes may require deployment to your org. However, changes made directly in your org (like modifying component properties) are immediately live and won't show in your local files until you retrieve them from the org. | ||
- Basic HTML and CSS edits to LWCs | ||
- JavaScript changes to LWCs that don't affect the component's public API | ||
- Importing new custom LWCs | ||
- Importing another instance of an existing LWC | ||
|
||
# flags.name.summary | ||
To apply any other local changes not listed above, you must deploy them to your org using the `sf project deploy start` command. Then republish your site and restart the server for the Local Dev experience. | ||
|
||
Specify the site name for preview. | ||
For more considerations and limitations, see the Lightning Web Components Developer Guide. | ||
|
||
# flags.name.description | ||
# flags.name.summary | ||
|
||
The site name needs to match the name of a site on the current org. Example: "B2C CodeCept" | ||
Name of the Experience Builder site to preview. It has to match a site name from the current org. | ||
|
||
# examples | ||
# flags.target-org.summary | ||
moorejacqueline marked this conversation as resolved.
Show resolved
Hide resolved
moorejacqueline marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- <%= config.bin %> <%= command.id %> --name MySite | ||
Username or alias of the target org. Not required if the `target-org` configuration variable is already set. | ||
|
||
# flags.debug.summary | ||
|
||
Debug SSR. | ||
Enable Node Inspector to debug server-side rendering. | ||
|
||
# flags.debug.description | ||
|
||
Debug Description. | ||
|
||
# flags.target-org.summary | ||
# examples | ||
|
||
undefined | ||
- Preview the site "Partner Central" from the org "myOrg": | ||
<%= config.bin %> <%= command.id %> --name "Partner Central" --target-org myOrg | ||
- Preview the site "Partner Central" from the org "myOrg" with Node Inspector enabled: | ||
moorejacqueline marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<%= config.bin %> <%= command.id %> --name "Partner Central" --target-org myOrg --debug | ||
moorejacqueline marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.