Skip to content

Commit

Permalink
Merge pull request #17 from salesforcecli/jshackell-sfdc-patch-1
Browse files Browse the repository at this point in the history
fix: add force topic
  • Loading branch information
amphro authored Jan 14, 2021
2 parents fb85b62 + ef6b0d6 commit ec216d0
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,19 @@
"@oclif/plugin-help"
],
"topics": {
"user": {
"description": "commands that perform user-related admin tasks",
"force": {
"external": true,
"subtopics": {
"permset": {
"description": "Use to interact with permission sets assigned to a user"
},
"password": {
"description": "Used to generate and set passwords for users"
"user": {
"description": "commands that perform user-related admin tasks",
"subtopics": {
"permset": {
"description": "Use to interact with permission sets assigned to a user"
},
"password": {
"description": "Used to generate and set passwords for users"
}
}
}
}
}
Expand Down

0 comments on commit ec216d0

Please sign in to comment.