Skip to content

Commit 0577975

Browse files
authored
Merge pull request #573 from salesforcecli/jshackell-packagejson-sfstyles
fix: apply sf styles to topic desc
2 parents fc2b350 + 0716b40 commit 0577975

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,26 +78,24 @@
7878
],
7979
"topics": {
8080
"org": {
81-
"description": "manage your orgs",
82-
"longDescription": "Use the org commands to manage the orgs you use with Salesforce CLI. Create and delete scratch orgs, list your created and authorized orgs, and open orgs in your browser.",
81+
"description": "Manage your sandbox and scratch orgs.",
8382
"subtopics": {
8483
"create": {
85-
"description": "create scratch orgs, sandboxes, org shapes, and org snapshots"
84+
"description": "Create scratch orgs, sandboxes, org shapes, and org snapshots."
8685
},
8786
"resume": {
88-
"description": "resume an org creation that was started asynchronously, timed out, or was interrupted"
87+
"description": "Resume an org creation that was started asynchronously, timed out, or was interrupted."
8988
},
9089
"delete": {
91-
"description": "delete scratch orgs, sandboxes, org shapes, and org snapshots"
90+
"description": "Delete scratch orgs, sandboxes, org shapes, and org snapshots."
9291
}
9392
}
9493
},
9594
"force": {
9695
"external": true,
9796
"subtopics": {
9897
"org": {
99-
"description": "manage your orgs",
100-
"longDescription": "Use the org commands to manage the orgs you use with Salesforce CLI. Create and delete scratch orgs, list your created and authorized orgs, and open orgs in your browser."
98+
"description": "Manage your sandbox and scratch orgs."
10199
}
102100
}
103101
}

0 commit comments

Comments
 (0)