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.110.2 linux-x64 node-v22.19 .0
28+ @salesforce/cli/2.110.3 linux-x64 node-v22.20 .0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -1827,7 +1827,7 @@ DESCRIPTION
18271827 List all sf commands.
18281828```
18291829
1830- _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/4.1.33 /src/commands/commands.ts ) _
1830+ _ See code: [ @oclif/plugin-commands ] ( https://github.com/oclif/plugin-commands/blob/4.1.34 /src/commands/commands.ts ) _
18311831
18321832## ` sf config get `
18331833
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/cli" ,
33 "description" : " The Salesforce CLI" ,
4- "version" : " 2.110.2 " ,
4+ "version" : " 2.110.3 " ,
55 "author" : " Salesforce" ,
66 "bin" : {
77 "sf" : " ./bin/run.js" ,
146146 "@inquirer/select" : " ^2.3.5" ,
147147 "@oclif/core" : " 4.5.4" ,
148148 "@oclif/plugin-autocomplete" : " 3.2.35" ,
149- "@oclif/plugin-commands" : " 4.1.33 " ,
149+ "@oclif/plugin-commands" : " 4.1.34 " ,
150150 "@oclif/plugin-help" : " 6.2.33" ,
151151 "@oclif/plugin-not-found" : " 3.2.68" ,
152152 "@oclif/plugin-plugins" : " 5.4.48" ,
Original file line number Diff line number Diff line change 19791979 semver "^7.6.0"
19801980 ts-json-schema-generator "^1.5.1"
19811981
1982- " @oclif/plugin-commands@4.1.33 " :
1983- version "4.1.33 "
1984- resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.33 .tgz#2304f431e384a1cbbaef72343ad5cbfcbf5acb5c "
1985- integrity sha512-FdjGV8Q/QRewrj6JUv0Vnl6whi/VSA38aRWypQwiIYV/PkiUckxF8mAlXQ/zmb4ZcRjbrTSeiP1ymEzy0CksLQ ==
1982+ " @oclif/plugin-commands@4.1.34 " :
1983+ version "4.1.34 "
1984+ resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.34 .tgz#37e3a1d4e5bbb50129278f80fbcb7a44eb661365 "
1985+ integrity sha512-oNO+8GFDG9/GMx3J9PGnYEYpa3kndiP4HpuzKdwCdLYfdOV04Fs61eGenLuZjWcc47ZuSStmJDJG1O3tHhvfnw ==
19861986 dependencies :
19871987 " @oclif/core" " ^4"
1988- " @oclif/table" " ^0.4.12 "
1988+ " @oclif/table" " ^0.4.14 "
19891989 lodash "^4.17.21"
19901990 object-treeify "^4.0.1"
19911991
You can’t perform that action at this time.
0 commit comments