Skip to content

Commit 020de23

Browse files
fix: add name of file that stores responses (#94)
1 parent 8494202 commit 020de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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-
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.
13+
The command stores your responses in the "deploy-options.json" file in your local project directory and uses them as defaults when you rerun the command. Specify --interactive to force the command to reprompt.
1414

1515
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.
1616

0 commit comments

Comments
 (0)