We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb85b62 + ef6b0d6 commit ec216d0Copy full SHA for ec216d0
package.json
@@ -69,14 +69,19 @@
69
"@oclif/plugin-help"
70
],
71
"topics": {
72
- "user": {
73
- "description": "commands that perform user-related admin tasks",
+ "force": {
+ "external": true,
74
"subtopics": {
75
- "permset": {
76
- "description": "Use to interact with permission sets assigned to a user"
77
- },
78
- "password": {
79
- "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"
80
+ },
81
+ "password": {
82
+ "description": "Used to generate and set passwords for users"
83
+ }
84
85
}
86
87
0 commit comments