generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update messages so examples render correctly in CLI Ref (#489)
* fix: update messages so examples render correctly in CLI Ref * add prompt to examples * update examples * update examples
- Loading branch information
1 parent
fbf8368
commit 45f0635
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"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 -a", | ||
"sfdx force:source:status -a -u [email protected] --json" | ||
"$ sfdx force:source:status -l", | ||
"$ sfdx force:source:status -r", | ||
"$ sfdx force:source:status -a", | ||
"$ sfdx force:source:status -a -u [email protected] --json" | ||
], | ||
"flags": { | ||
"all": "list all the changes that have been made", | ||
|