generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from salesforcecli/jshackell-messages
Clean up force:org:snapshot examples in messages files
- Loading branch information
Showing
7 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"create_shape_command_description": "Create a scratch org configuration (shape) based on the specified source org", | ||
"create_shape_command_description_long": "Create a scratch org configuration (shape) based on the specified source org.", | ||
"create_shape_command_help": [ | ||
"sfdx force:org:shape:create -u [email protected]", | ||
"sfdx force:org:shape:create -u [email protected] --json --loglevel debug" | ||
"$ sfdx force:org:shape:create -u [email protected]", | ||
"$ sfdx force:org:shape:create -u [email protected] --json --loglevel debug" | ||
], | ||
"create_shape_command_username": "a username or alias for the target org", | ||
"create_shape_command_username_long": "Username or alias of the previously authorized org from which you want to create an org shape.", | ||
|
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 |
---|---|---|
|
@@ -14,12 +14,12 @@ | |
"humanSuccess": "Successfully deleted org shape for %s.", | ||
"noShapesHumanSuccess": "Can't delete org shape. No org shape found for org %s.", | ||
"help": [ | ||
"sfdx force:org:shape:delete -u [email protected]", | ||
"$ sfdx force:org:shape:delete -u [email protected]", | ||
|
||
"sfdx force:org:shape:delete -u MyOrgAlias -p", | ||
"$ sfdx force:org:shape:delete -u MyOrgAlias -p", | ||
|
||
"sfdx force:org:shape:delete -u [email protected] --json", | ||
"$ sfdx force:org:shape:delete -u [email protected] --json", | ||
|
||
"sfdx force:org:shape:delete -u [email protected] -p --json > tmp/MyOrgShapeDelete.json" | ||
"$ sfdx force:org:shape:delete -u [email protected] -p --json > tmp/MyOrgShapeDelete.json" | ||
] | ||
} |
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"description": "list scratch org snapshots\nYou can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"sfdx force:org:snapshot:create\" command. To get details about a snapshot request, use \"sfdx force:org:snapshot:get\".", | ||
"examples": [ | ||
"List snapshots in the default Dev Hub:\n", | ||
" sfdx force:org:snapshot:list\n", | ||
"List snapshots in the Dev Hub with the specified username:\n", | ||
" sfdx force:org:snapshot:list -v [email protected]" | ||
"List snapshots in the default Dev Hub:", | ||
"$ sfdx force:org:snapshot:list", | ||
"List snapshots in the Dev Hub with the specified username:", | ||
"$ sfdx force:org:snapshot:list -v [email protected]" | ||
] | ||
} |