forked from salesforcecli/plugin-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.json
More file actions
21 lines (21 loc) · 960 Bytes
/
Copy pathstatus.json
File metadata and controls
21 lines (21 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"description": "list local changes and/or changes in a scratch org",
"LongDescription": "Lists changes that have been made locally, in a scratch org, or both.",
"examples": [
"$ sfdx force:source:status -l",
"$ sfdx force:source:status -r",
"$ sfdx force:source:status",
"$ sfdx force:source:status -u me@example.com --json"
],
"flags": {
"all": "list all the changes that have been made",
"allLong": "Lists all the changes that have been made.",
"local": "list the changes that have been made locally",
"localLong": "Lists the changes that have been made locally.",
"remote": "list the changes that have been made in the scratch org",
"remoteLong": "Lists the changes that have been made in the scratch org.",
"concise": "show only the changes that will be pushed or pulled; omits files that are forceignored"
},
"humanSuccess": "Source Status",
"noResults": "No local or remote changes found."
}