Skip to content

Commit 1fa87a5

Browse files
fix: add "logout" topic to package.json (#762)
Co-authored-by: Willhoit <[email protected]>
1 parent b625092 commit 1fa87a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151
}
152152
}
153153
},
154+
"logout": {
155+
"description": "Commands to log out of an environment.",
156+
"subtopics": {
157+
"functions": {
158+
"description": "Commands to log out of Salesforce Functions."
159+
}
160+
}
161+
},
154162
"run": {
155163
"description": "Commands to run a function.",
156164
"subtopics": {

0 commit comments

Comments
 (0)