@salesforce/cli 2.15.2 → 2.15.3

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 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.15.2 linux-x64 node-v18.18.2
27
+ @salesforce/cli/2.15.3 linux-x64 node-v18.18.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -842,7 +842,7 @@ DESCRIPTION
842
842
  list all the commands
843
843
  ```
844
844
 
845
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.3/src/commands/commands.ts)_
845
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.4/src/commands/commands.ts)_
846
846
 
847
847
  ## `sf config get`
848
848
 
@@ -2067,7 +2067,7 @@ FLAG DESCRIPTIONS
2067
2067
  Indicates that you want verbose output from the deploy operation.
2068
2068
  ```
2069
2069
 
2070
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy.ts)_
2070
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy.ts)_
2071
2071
 
2072
2072
  ## `sf force mdapi deploy cancel`
2073
2073
 
@@ -2110,7 +2110,7 @@ FLAG DESCRIPTIONS
2110
2110
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2111
2111
  ```
2112
2112
 
2113
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy/cancel.ts)_
2113
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy/cancel.ts)_
2114
2114
 
2115
2115
  ## `sf force mdapi deploy report`
2116
2116
 
@@ -2181,7 +2181,7 @@ FLAG DESCRIPTIONS
2181
2181
  use the ID of the most recent metadata deployment.
2182
2182
  ```
2183
2183
 
2184
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/deploy/report.ts)_
2184
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy/report.ts)_
2185
2185
 
2186
2186
  ## `sf force mdapi retrieve`
2187
2187
 
@@ -2245,7 +2245,7 @@ FLAG DESCRIPTIONS
2245
2245
  By default, the CLI assumes the directory is structured for a set of packages.
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/retrieve.ts)_
2248
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/retrieve.ts)_
2249
2249
 
2250
2250
  ## `sf force mdapi retrieve report`
2251
2251
 
@@ -2299,7 +2299,7 @@ FLAG DESCRIPTIONS
2299
2299
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2300
2300
  ```
2301
2301
 
2302
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/mdapi/retrieve/report.ts)_
2302
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/retrieve/report.ts)_
2303
2303
 
2304
2304
  ## `sf force org clone`
2305
2305
 
@@ -2730,7 +2730,7 @@ FLAG DESCRIPTIONS
2730
2730
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2731
2731
  ```
2732
2732
 
2733
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy.ts)_
2733
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy.ts)_
2734
2734
 
2735
2735
  ## `sf force source deploy cancel`
2736
2736
 
@@ -2775,7 +2775,7 @@ FLAG DESCRIPTIONS
2775
2775
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2776
2776
  ```
2777
2777
 
2778
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy/cancel.ts)_
2778
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy/cancel.ts)_
2779
2779
 
2780
2780
  ## `sf force source deploy report`
2781
2781
 
@@ -2838,7 +2838,7 @@ FLAG DESCRIPTIONS
2838
2838
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2839
2839
  ```
2840
2840
 
2841
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/deploy/report.ts)_
2841
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy/report.ts)_
2842
2842
 
2843
2843
  ## `sf force source pull`
2844
2844
 
@@ -2881,7 +2881,7 @@ FLAG DESCRIPTIONS
2881
2881
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2882
2882
  ```
2883
2883
 
2884
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/pull.ts)_
2884
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/pull.ts)_
2885
2885
 
2886
2886
  ## `sf force source push`
2887
2887
 
@@ -2926,7 +2926,7 @@ FLAG DESCRIPTIONS
2926
2926
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2927
2927
  ```
2928
2928
 
2929
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/push.ts)_
2929
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/push.ts)_
2930
2930
 
2931
2931
  ## `sf force source retrieve`
2932
2932
 
@@ -3051,7 +3051,7 @@ FLAG DESCRIPTIONS
3051
3051
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3052
3052
  ```
3053
3053
 
3054
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/retrieve.ts)_
3054
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/retrieve.ts)_
3055
3055
 
3056
3056
  ## `sf force source status`
3057
3057
 
@@ -3081,7 +3081,7 @@ EXAMPLES
3081
3081
  $ sf force source status --remote
3082
3082
  ```
3083
3083
 
3084
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.43/src/commands/force/source/status.ts)_
3084
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/status.ts)_
3085
3085
 
3086
3086
  ## `sf force user password generate`
3087
3087
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.15.2",
3
+ "version": "2.15.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.15.2",
9
+ "version": "2.15.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
14
  "@oclif/plugin-autocomplete": "2.3.10",
15
- "@oclif/plugin-commands": "3.0.3",
15
+ "@oclif/plugin-commands": "3.0.4",
16
16
  "@oclif/plugin-help": "6.0.3",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
18
  "@oclif/plugin-plugins": "3.9.3",
@@ -34,8 +34,8 @@
34
34
  "@salesforce/plugin-schema": "2.3.30",
35
35
  "@salesforce/plugin-settings": "1.4.35",
36
36
  "@salesforce/plugin-sobject": "0.2.13",
37
- "@salesforce/plugin-source": "2.10.43",
38
- "@salesforce/plugin-telemetry": "2.3.7",
37
+ "@salesforce/plugin-source": "2.10.44",
38
+ "@salesforce/plugin-telemetry": "2.3.8",
39
39
  "@salesforce/plugin-templates": "55.5.15",
40
40
  "@salesforce/plugin-trust": "2.6.21",
41
41
  "@salesforce/plugin-user": "2.3.37",
@@ -2438,9 +2438,9 @@
2438
2438
  }
2439
2439
  },
2440
2440
  "node_modules/@oclif/plugin-commands": {
2441
- "version": "3.0.3",
2442
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.3.tgz",
2443
- "integrity": "sha512-xIs+6Ka7qm7XZOkezpTmAU0h90GZOlctLCnbK80Kh/Qr3wQJJR/w9jEQ0PLaMzc9u1zQRqBLIhl24DuFFESw+g==",
2441
+ "version": "3.0.4",
2442
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.4.tgz",
2443
+ "integrity": "sha512-xeuoh/VaAxd7Xtext190yzdbfLvxYNMfHJZlnGK+9a1MTNPLZiKte/0gD/kBDBChrqfPegl1rpzYhAx2Iej4rA==",
2444
2444
  "license": "MIT",
2445
2445
  "dependencies": {
2446
2446
  "@oclif/core": "^3.2.1",
@@ -4146,9 +4146,9 @@
4146
4146
  "license": "Apache-2.0"
4147
4147
  },
4148
4148
  "node_modules/@salesforce/kit": {
4149
- "version": "3.0.13",
4150
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.13.tgz",
4151
- "integrity": "sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==",
4149
+ "version": "3.0.14",
4150
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.14.tgz",
4151
+ "integrity": "sha512-NkUlztz+ArRrUKexIxVOlBJxIovjCuyk3SbW7mQv2klwp/OH/HoR6PDZU0gxLBglum/Dd4BgB+HN2FNqg8jmoQ==",
4152
4152
  "license": "BSD-3-Clause",
4153
4153
  "dependencies": {
4154
4154
  "@salesforce/ts-types": "^2.0.8",
@@ -5580,14 +5580,14 @@
5580
5580
  }
5581
5581
  },
5582
5582
  "node_modules/@salesforce/plugin-source": {
5583
- "version": "2.10.43",
5584
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.43.tgz",
5585
- "integrity": "sha512-dxlW7tRgniMZ/uFfOnzkemB3nt3l+yopIm+rMwFQGbIV5bhJ7tDxCG5/eLL1uCt+ykZIKP2814hB3azW7nOlCw==",
5583
+ "version": "2.10.44",
5584
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.44.tgz",
5585
+ "integrity": "sha512-GPASvpFOHZM8IWSWURFQqVxS/JRxbHu/ZLn6mLQfddwfHoZ6A9NqZQjZ4GL42OVMxMFW24ZgYxuF0+R5z4rGTg==",
5586
5586
  "license": "BSD-3-Clause",
5587
5587
  "dependencies": {
5588
5588
  "@oclif/core": "^2.15.0",
5589
5589
  "@salesforce/apex-node": "^2.1.0",
5590
- "@salesforce/core": "^5.2.0",
5590
+ "@salesforce/core": "^5.3.10",
5591
5591
  "@salesforce/kit": "^3.0.12",
5592
5592
  "@salesforce/sf-plugins-core": "^3.1.25",
5593
5593
  "@salesforce/source-deploy-retrieve": "^9.7.27",
@@ -5673,15 +5673,15 @@
5673
5673
  }
5674
5674
  },
5675
5675
  "node_modules/@salesforce/plugin-telemetry": {
5676
- "version": "2.3.7",
5677
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.7.tgz",
5678
- "integrity": "sha512-Uptk/mdhrJXwJy8uYxErqKC0eLt0R+xf1shBaRk9Zmn/KRhcdITrM/W4hS5hjZG6i0mpcxz6BIDDYd7oSW9gew==",
5676
+ "version": "2.3.8",
5677
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.8.tgz",
5678
+ "integrity": "sha512-SIjz3I0RvU8aNjxCozsovFI8OFwvvKSQJuyVHgIOeKkj5xiJE5c1XEZ4TIEdo2w7oUDJujpLpXdnAUCb7H3d/A==",
5679
5679
  "license": "BSD-3-Clause",
5680
5680
  "dependencies": {
5681
5681
  "@oclif/core": "^2.15.0",
5682
5682
  "@salesforce/core": "^5.3.1",
5683
5683
  "@salesforce/sf-plugins-core": "^3.1.23",
5684
- "@salesforce/telemetry": "^4.1.3",
5684
+ "@salesforce/telemetry": "^4.1.15",
5685
5685
  "debug": "^4.3.4",
5686
5686
  "tslib": "^2"
5687
5687
  },
@@ -6149,13 +6149,13 @@
6149
6149
  }
6150
6150
  },
6151
6151
  "node_modules/@salesforce/source-tracking": {
6152
- "version": "4.2.18",
6153
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.18.tgz",
6154
- "integrity": "sha512-pBirDh/94q5YhbUeHNL7u6sa6LkQPU6jvpcpcFBUV+xp/TZNQX8ViLOQP4/OctH9P/C69AfMHygLhw5FqK/n7A==",
6152
+ "version": "4.2.19",
6153
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.19.tgz",
6154
+ "integrity": "sha512-TKZI7i1B2IOsyw7hwAGobcO+66lpwJikT5pw+QRXbudc2oHkTiUsT8iCeUNw/sOWsOfQIQtUHnv9AtcvkHRIZw==",
6155
6155
  "license": "BSD-3-Clause",
6156
6156
  "dependencies": {
6157
6157
  "@salesforce/core": "^5.3.9",
6158
- "@salesforce/kit": "^3.0.13",
6158
+ "@salesforce/kit": "^3.0.14",
6159
6159
  "@salesforce/source-deploy-retrieve": "^9.7.27",
6160
6160
  "@salesforce/ts-types": "^2.0.9",
6161
6161
  "fast-xml-parser": "^4.2.5",
@@ -6168,14 +6168,14 @@
6168
6168
  }
6169
6169
  },
6170
6170
  "node_modules/@salesforce/telemetry": {
6171
- "version": "4.1.5",
6172
- "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-4.1.5.tgz",
6173
- "integrity": "sha512-Xu8tuXYyA7stnc6RNyona4dPaxgKkgVmWsllFzeloaKi89buCIsVmUTnt3sv3ERAHRno83bARMUEeh9tEaZLKw==",
6171
+ "version": "4.1.16",
6172
+ "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-4.1.16.tgz",
6173
+ "integrity": "sha512-eQvwvR9VBjgXGsA4gzKSLOYdcEgN+2AwBw5p69VZrewuPNwz1ZTuDoE5z/gGhO9maxaTU051P/mb+ymKvW8ziQ==",
6174
6174
  "license": "BSD-3-Clause",
6175
6175
  "dependencies": {
6176
- "@salesforce/core": "^5.2.7",
6177
- "@salesforce/ts-types": "^2.0.6",
6178
- "applicationinsights": "^2.7.3",
6176
+ "@salesforce/core": "^5.3.9",
6177
+ "@salesforce/ts-types": "^2.0.9",
6178
+ "applicationinsights": "^2.9.0",
6179
6179
  "got": "^11",
6180
6180
  "proxy-agent": "^6.3.1"
6181
6181
  },
@@ -7269,9 +7269,9 @@
7269
7269
  }
7270
7270
  },
7271
7271
  "node_modules/applicationinsights": {
7272
- "version": "2.7.3",
7273
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.7.3.tgz",
7274
- "integrity": "sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==",
7272
+ "version": "2.9.0",
7273
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz",
7274
+ "integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==",
7275
7275
  "license": "MIT",
7276
7276
  "dependencies": {
7277
7277
  "@azure/core-auth": "^1.5.0",
@@ -6595,5 +6595,5 @@
6595
6595
  ]
6596
6596
  }
6597
6597
  },
6598
- "version": "2.15.2"
6598
+ "version": "2.15.3"
6599
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.15.2",
4
+ "version": "2.15.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -72,7 +72,7 @@
72
72
  ],
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "2.2.8",
75
- "@salesforce/plugin-community": "2.4.6",
75
+ "@salesforce/plugin-community": "2.4.7",
76
76
  "@salesforce/plugin-dev": "1.2.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
78
  "@salesforce/plugin-env": "2.2.8",
@@ -127,7 +127,7 @@
127
127
  "dependencies": {
128
128
  "@oclif/core": "3.0.3",
129
129
  "@oclif/plugin-autocomplete": "2.3.10",
130
- "@oclif/plugin-commands": "3.0.3",
130
+ "@oclif/plugin-commands": "3.0.4",
131
131
  "@oclif/plugin-help": "6.0.3",
132
132
  "@oclif/plugin-not-found": "3.0.2",
133
133
  "@oclif/plugin-plugins": "3.9.3",
@@ -149,8 +149,8 @@
149
149
  "@salesforce/plugin-schema": "2.3.30",
150
150
  "@salesforce/plugin-settings": "1.4.35",
151
151
  "@salesforce/plugin-sobject": "0.2.13",
152
- "@salesforce/plugin-source": "2.10.43",
153
- "@salesforce/plugin-telemetry": "2.3.7",
152
+ "@salesforce/plugin-source": "2.10.44",
153
+ "@salesforce/plugin-telemetry": "2.3.8",
154
154
  "@salesforce/plugin-templates": "55.5.15",
155
155
  "@salesforce/plugin-trust": "2.6.21",
156
156
  "@salesforce/plugin-user": "2.3.37",
@@ -190,7 +190,7 @@
190
190
  "@salesforce/schemas": "1.6.0",
191
191
  "@salesforce/templates": "59.0.1",
192
192
  "@salesforce/source-deploy-retrieve": "9.7.27",
193
- "@salesforce/source-tracking": "4.2.18"
193
+ "@salesforce/source-tracking": "4.2.19"
194
194
  },
195
195
  "repository": "salesforcecli/cli",
196
196
  "scripts": {