Skip to content

Commit f641d83

Browse files
fix: add back missing help for listmetadata/describemetadata (#295)
* fix: add missing command help * fix: add back missing help
1 parent 6a29559 commit f641d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messages/md.describe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "display the metadata types enabled for your org",
2+
"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.",
33
"examples": [
44
"$ sfdx force:mdapi:describemetadata -a 43.0",
55
"$ sfdx force:mdapi:describemetadata -u [email protected]",

messages/md.list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "display properties of metadata components of a specified type",
2+
"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.",
33
"examples": [
44
"$ sfdx force:mdapi:listmetadata -m CustomObject",
55
"$ sfdx force:mdapi:listmetadata -m CustomObject -a 43.0",

0 commit comments

Comments
 (0)