Skip to content

Commit

Permalink
fix(sfp): fix commands help not getting displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Oct 17, 2023
1 parent 1d31cd3 commit af46309
Show file tree
Hide file tree
Showing 2 changed files with 11,908 additions and 16,184 deletions.
6 changes: 3 additions & 3 deletions packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@dxatscale/sfpowerscripts.core": "36.1.7",
"@dxatscale/sfprofiles": "^2.0.8",
"@oclif/core": "2.11.8",
"@oclif/plugin-commands": "^3.0.3",
"@oclif/plugin-help": "5.2.17",
"@salesforce/core": "5.3.9",
"@salesforce/kit": "3.0.13",
Expand Down Expand Up @@ -136,10 +137,9 @@
}
}
},
"devPlugins": [
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
"@oclif/plugin-commands"
]
},
"repository": {
Expand Down
Loading

0 comments on commit af46309

Please sign in to comment.