Skip to content

Commit 87997f2

Browse files
committed
docs: add detailed description and validate example for webapp deploy
1 parent 1996678 commit 87997f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

messages/webapp.deploy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Deploy the web app, its assets and associated metadata
44

55
# description
66

7-
Deploy the web app, its assets and associated metadata
7+
This command builds and deploys your web app, its assets, and associated metadata to your Salesforce org. Use the build option to package and deploy, or the validate option to check deployment without making changes.
88

99
# flags.name.summary
1010

@@ -20,6 +20,10 @@ Deployment options (build or validate)
2020

2121
<%= config.bin %> <%= command.id %> --name myWebApp
2222

23-
- Deploy a web app with specific options:
23+
- Deploy a web app with build option:
2424

2525
<%= config.bin %> <%= command.id %> --name myWebApp --options build
26+
27+
- Validate a web app deployment:
28+
29+
<%= config.bin %> <%= command.id %> --name myWebApp --options validate

0 commit comments

Comments
 (0)