Skip to content

Commit

Permalink
fix: oclif topic description updates (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Feb 9, 2023
1 parent 1f4c8e6 commit d925605
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
],
"topics": {
"force": {
"external": true,
"subtopics": {
"source": {
"description": "commands to interact with source formatted metadata",
"longDescription": "Use the source commands to push and pull source to and from source-tracked orgs, to deploy and retrieve source to and from orgs, to see synchronization changes between your project and source-tracked orgs, and to convert your source to the metadata format for Metadata API deployments.",
"subtopics": {
"deploy": {
"description": "interact with an active deploy request"
Expand All @@ -116,13 +116,14 @@
}
},
"mdapi": {
"description": "retrieve and deploy metadata using Metadata API",
"description": "deploy, retrieve and convert Metadata API–formatted metadata using Metadata API",
"longDescription": "Use the mdapi commands to retrieve and deploy Metadata API–formatted files that represent components in an org, or to convert Metadata API–formatted metadata into the source format used in Salesforce DX projects.",
"subtopics": {
"deploy": {
"description": "new versions of deploy report command"
"description": "deploy Metadata API–formatted metadata using Metadata API"
},
"retrieve": {
"description": "new versions of retrieve report command"
"description": "retrieve Metadata API–formatted metadata using Metadata API"
}
}
}
Expand Down Expand Up @@ -188,4 +189,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit d925605

Please sign in to comment.