Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit af46309

Browse files
fix(sfp): fix commands help not getting displayed
1 parent 1d31cd3 commit af46309

File tree

2 files changed

+11908
-16184
lines changed

2 files changed

+11908
-16184
lines changed

packages/sfpowerscripts-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@dxatscale/sfpowerscripts.core": "36.1.7",
1717
"@dxatscale/sfprofiles": "^2.0.8",
1818
"@oclif/core": "2.11.8",
19+
"@oclif/plugin-commands": "^3.0.3",
1920
"@oclif/plugin-help": "5.2.17",
2021
"@salesforce/core": "5.3.9",
2122
"@salesforce/kit": "3.0.13",
@@ -136,10 +137,9 @@
136137
}
137138
}
138139
},
139-
"devPlugins": [
140+
"plugins": [
140141
"@oclif/plugin-help",
141-
"@oclif/plugin-command-snapshot",
142-
"@salesforce/plugin-command-reference"
142+
"@oclif/plugin-commands"
143143
]
144144
},
145145
"repository": {

0 commit comments

Comments
 (0)