From aedfa25dff4f181e3a3b8049d9d8e2af2f0f773d Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Wed, 13 Jan 2021 14:50:23 -0800 Subject: [PATCH] fix: add force topic --- package.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 265be4ba..296c3eaf 100644 --- a/package.json +++ b/package.json @@ -69,14 +69,18 @@ "@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" + } } } }