Skip to content

Commit 595fdd8

Browse files
update help for "sf deploy", including package.json (#93)
* fix: update topic description in package.json * fix: minor help updates
1 parent 216e8b6 commit 595fdd8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

messages/deploy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ The command first analyzes your project, your active or logged-into environments
1010

1111
For example, if your local project contains a source directory with metadata files in source format, the command asks if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
1212

13-
Similarly, if the command finds a local functions directory, the command prompts if you want to deploy it and to which compute environment. The command prompts and connects you to a compute environment of your choice if you’re not currently connected to any.
14-
1513
The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify --interactive to force the command to reprompt.
1614

17-
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific commands, such as "sf project deploy org", that provide additional flags.
15+
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific commands, such as "sf deploy metadata", that provide additional flags.
1816

1917
# examples
2018

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
],
8181
"topics": {
8282
"deploy": {
83-
"description": "Commands to deploy to any Salesforce environment"
83+
"description": "Deploy artifacts, such as metadata, to an environment."
8484
}
8585
}
8686
},

0 commit comments

Comments
 (0)