@salesforce/cli 2.23.11 → 2.23.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/npm-shrinkwrap.json +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.23.
|
|
27
|
+
@salesforce/cli/2.23.12 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -836,7 +836,7 @@ EXAMPLES
|
|
|
836
836
|
$ sf autocomplete --refresh-cache
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
839
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.4/src/commands/autocomplete/index.ts)_
|
|
840
840
|
|
|
841
841
|
## `sf commands`
|
|
842
842
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.23.
|
|
9
|
+
"version": "2.23.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.15.1",
|
|
14
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
14
|
+
"@oclif/plugin-autocomplete": "3.0.4",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.8",
|
|
16
16
|
"@oclif/plugin-help": "6.0.9",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.6",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@salesforce/plugin-release-management": "^4.5.4",
|
|
53
53
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
54
54
|
"@types/debug": "^4.1.12",
|
|
55
|
-
"aws-sdk": "^2.
|
|
55
|
+
"aws-sdk": "^2.1525.0",
|
|
56
56
|
"oclif": "^4.1.0",
|
|
57
57
|
"ts-node": "^10.9.1",
|
|
58
58
|
"typescript": "^5"
|
|
@@ -2540,12 +2540,12 @@
|
|
|
2540
2540
|
}
|
|
2541
2541
|
},
|
|
2542
2542
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2543
|
-
"version": "3.0.
|
|
2544
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.
|
|
2545
|
-
"integrity": "sha512-
|
|
2543
|
+
"version": "3.0.4",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.4.tgz",
|
|
2545
|
+
"integrity": "sha512-GaksKwIM/dop8ax/A5/HDL7/WVWLhxrK/exIayG2d3B9I5IdXqHKNBWcO3jlucKsaZ8UjxQODqBVq7t+wcvU6w==",
|
|
2546
2546
|
"license": "MIT",
|
|
2547
2547
|
"dependencies": {
|
|
2548
|
-
"@oclif/core": "^3.
|
|
2548
|
+
"@oclif/core": "^3.15.1",
|
|
2549
2549
|
"chalk": "^5.3.0",
|
|
2550
2550
|
"debug": "^4.3.4",
|
|
2551
2551
|
"ejs": "^3.1.9"
|
|
@@ -14146,9 +14146,9 @@
|
|
|
14146
14146
|
}
|
|
14147
14147
|
},
|
|
14148
14148
|
"node_modules/aws-sdk": {
|
|
14149
|
-
"version": "2.
|
|
14150
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
14151
|
-
"integrity": "sha512-
|
|
14149
|
+
"version": "2.1525.0",
|
|
14150
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1525.0.tgz",
|
|
14151
|
+
"integrity": "sha512-M6wNOrq9HliJoWgmgHeRzMHHrgK6UY20RL2tUhNqq45ETZnj1ihrqG5vSt5ywLrV9WUyI/lUQAVmCP/2PYjpQw==",
|
|
14152
14152
|
"dev": true,
|
|
14153
14153
|
"license": "Apache-2.0",
|
|
14154
14154
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.23.
|
|
4
|
+
"version": "2.23.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@oclif/core": "3.15.1",
|
|
137
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
137
|
+
"@oclif/plugin-autocomplete": "3.0.4",
|
|
138
138
|
"@oclif/plugin-commands": "3.0.8",
|
|
139
139
|
"@oclif/plugin-help": "6.0.9",
|
|
140
140
|
"@oclif/plugin-not-found": "3.0.6",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"@salesforce/plugin-release-management": "^4.5.4",
|
|
250
250
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
251
251
|
"@types/debug": "^4.1.12",
|
|
252
|
-
"aws-sdk": "^2.
|
|
252
|
+
"aws-sdk": "^2.1525.0",
|
|
253
253
|
"oclif": "^4.1.0",
|
|
254
254
|
"ts-node": "^10.9.1",
|
|
255
255
|
"typescript": "^5"
|