File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.115.2 linux-x64 node-v22.21.1
28+ @salesforce/cli/2.115.3 linux-x64 node-v22.21.1
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -1828,7 +1828,7 @@ DESCRIPTION
18281828 List all sf commands.
18291829```
18301830
1831- _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/4.1.37 /src/commands/commands.ts ) _
1831+ _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/4.1.38 /src/commands/commands.ts ) _
18321832
18331833## ` sf config get `
18341834
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/cli" ,
33 "description" : " The Salesforce CLI" ,
4- "version" : " 2.115.2 " ,
4+ "version" : " 2.115.3 " ,
55 "author" : " Salesforce" ,
66 "bin" : {
77 "sf" : " ./bin/run.js" ,
146146 "@inquirer/select" : " ^2.3.5" ,
147147 "@oclif/core" : " 4.8.0" ,
148148 "@oclif/plugin-autocomplete" : " 3.2.39" ,
149- "@oclif/plugin-commands" : " 4.1.37 " ,
149+ "@oclif/plugin-commands" : " 4.1.38 " ,
150150 "@oclif/plugin-help" : " 6.2.36" ,
151151 "@oclif/plugin-not-found" : " 3.2.73" ,
152152 "@oclif/plugin-plugins" : " 5.4.54" ,
Original file line number Diff line number Diff line change 20342034 semver "^7.6.0"
20352035 ts-json-schema-generator "^1.5.1"
20362036
2037- " @oclif/plugin-commands@4.1.37 " :
2038- version "4.1.37 "
2039- resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.37 .tgz#1b24952e8a5fc4bd8eff955ea23b8785a8fdc9f4 "
2040- integrity sha512-9wbCHPbJLqJ18kMiF6a7p9Y9/hkxl3ECbM/HNk8KlOJNz4TLx4yT1s6qQvORfwUXQPlwr2FXkVwrKwi9q7tklA ==
2037+ " @oclif/plugin-commands@4.1.38 " :
2038+ version "4.1.38 "
2039+ resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.38 .tgz#18fa6766502d69c712f437e449ec58e412fefb57 "
2040+ integrity sha512-cv2hRvS5wLD9Ai0cxBuAS7r/4U7GDj9DiC66onU5Eq0mrYW0YMQH8eHEk/sRAo5Wdt5wAA1ZrjoWx/53g1xu9w ==
20412041 dependencies :
20422042 " @oclif/core" " ^4"
2043- " @oclif/table" " ^0.5.0 "
2043+ " @oclif/table" " ^0.5.1 "
20442044 lodash "^4.17.21"
20452045 object-treeify "^4.0.1"
20462046
You can’t perform that action at this time.
0 commit comments