Skip to content

Commit

Permalink
fix: add back missing help for listmetadata/describemetadata (#295)
Browse files Browse the repository at this point in the history
* fix: add missing command help

* fix: add back missing help
  • Loading branch information
jshackell-sfdc authored Nov 15, 2021
1 parent 6a29559 commit f641d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/md.describe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "display the metadata types enabled for your org",
"description": "display details about the metadata types enabled for your org\nUse this information to identify the syntax needed for a <name> element in package.xml. The most recent API version is the default, or you can specify an older version.\n\nThe default target username is the admin user for the default scratch org. The username must have the Modify All Data permission or the Modify Metadata permission (Beta). For more information about permissions, see Salesforce Help.",
"examples": [
"$ sfdx force:mdapi:describemetadata -a 43.0",
"$ sfdx force:mdapi:describemetadata -u [email protected]",
Expand Down
2 changes: 1 addition & 1 deletion messages/md.list.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "display properties of metadata components of a specified type",
"description": "display properties of metadata components of a specified type\nThis command is useful when you want to identify individual components in your manifest file or if you want a high-level view of particular components in your organization. For example, you could use this target to return a list of names of all Layout components in your org, then use this information in a retrieve operation that returns a subset of these components.",
"examples": [
"$ sfdx force:mdapi:listmetadata -m CustomObject",
"$ sfdx force:mdapi:listmetadata -m CustomObject -a 43.0",
Expand Down

0 comments on commit f641d83

Please sign in to comment.