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.
1 parent fb85b62 commit aedfa25Copy full SHA for aedfa25
package.json
@@ -69,14 +69,18 @@
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
0 commit comments