From 490104e662c5b17f4fc441b6e76d8e90e1b5f3c5 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Thu, 11 Nov 2021 14:20:43 -0800 Subject: [PATCH 1/2] fix: add missing command help --- messages/md.describe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/md.describe.json b/messages/md.describe.json index d508d475b..9469636e8 100644 --- a/messages/md.describe.json +++ b/messages/md.describe.json @@ -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 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 me@example.com", From fd5b5224affd3739a9ac2a0f0ed91c3a7054d24b Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Thu, 11 Nov 2021 14:22:08 -0800 Subject: [PATCH 2/2] fix: add back missing help --- messages/md.list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/md.list.json b/messages/md.list.json index 4b637a7b8..d79713d8e 100644 --- a/messages/md.list.json +++ b/messages/md.list.json @@ -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",