From 1fa87a5193d695187f52e4b1e30f195092541a08 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:18:25 -0800 Subject: [PATCH] fix: add "logout" topic to package.json (#762) Co-authored-by: Willhoit --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index fededf57..7929ebb5 100644 --- a/package.json +++ b/package.json @@ -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": {