Skip to content

Commit

Permalink
fix: add "logout" topic to package.json (#762)
Browse files Browse the repository at this point in the history
Co-authored-by: Willhoit <[email protected]>
  • Loading branch information
jshackell-sfdc and iowillhoit authored Nov 27, 2023
1 parent b625092 commit 1fa87a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@
}
}
},
"logout": {
"description": "Commands to log out of an environment.",
"subtopics": {
"functions": {
"description": "Commands to log out of Salesforce Functions."
}
}
},
"run": {
"description": "Commands to run a function.",
"subtopics": {
Expand Down

0 comments on commit 1fa87a5

Please sign in to comment.