Skip to content

Commit

Permalink
fix: add "logout" topic to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc committed Nov 22, 2023
1 parent c330993 commit 1abd857
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 1abd857

Please sign in to comment.