Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 me@example.com",
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