forked from salesforcecli/plugin-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpush.json
More file actions
17 lines (17 loc) · 1.34 KB
/
Copy pathpush.json
File metadata and controls
17 lines (17 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"description": "push source to a scratch org from the project",
"descriptionLong": "Pushes changed source from your project to a scratch org to keep them in sync.",
"help": "If the command detects a conflict, it displays the conflicts but does not complete the process. After reviewing the conflict, rerun the command with the --forceoverwrite parameter.",
"flags": {
"waitLong": "Number of minutes to wait for the command to complete and display results to the terminal window. If the command continues to run after the wait period, the CLI returns control of the terminal window to you. The default is 33 minutes.",
"forceoverwrite": "ignore conflict warnings and overwrite changes to scratch org",
"forceoverwriteLong": "Runs the push command even if conflicts exist. Changes in the project overwrite changes in the scratch org.",
"replacetokens": "replace tokens in source files prior to deployment",
"replacetokensLong": "Replaces tokens in source files prior to deployment.",
"ignorewarnings": "deploy changes even if warnings are generated",
"ignorewarningsLong": "Completes the deployment even if warnings are generated.",
"quiet": "minimize json and sdtout output on success"
},
"sourcepushFailed": "Push failed. %s",
"sequentialFail": "Check the order of your dependencies and ensure all metadata is included."
}