@salesforce/plugin-deploy-retrieve 3.3.1 → 3.4.0
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 +1530 -2
- package/lib/commands/project/deploy/cancel.d.ts +1 -0
- package/lib/commands/project/deploy/cancel.js +11 -1
- package/lib/commands/project/deploy/cancel.js.map +1 -1
- package/npm-shrinkwrap.json +42 -25
- package/oclif.lock +27 -26
- package/oclif.manifest.json +12 -2
- package/package.json +7 -7
|
@@ -8,6 +8,7 @@ export default class DeployMetadataCancel extends SfCommand<DeployResultJson> {
|
|
|
8
8
|
static readonly aliases: string[];
|
|
9
9
|
static readonly deprecateAliases = true;
|
|
10
10
|
static readonly flags: {
|
|
11
|
+
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
11
12
|
async: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
12
13
|
'job-id': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
13
14
|
'use-most-recent': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
@@ -14,6 +14,7 @@ import { AsyncDeployCancelResultFormatter } from '../../../formatters/asyncDeplo
|
|
|
14
14
|
import { DeployCancelResultFormatter } from '../../../formatters/deployCancelResultFormatter.js';
|
|
15
15
|
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
16
16
|
const messages = Messages.loadMessages('@salesforce/plugin-deploy-retrieve', 'deploy.metadata.cancel');
|
|
17
|
+
const deployMessages = Messages.loadMessages('@salesforce/plugin-deploy-retrieve', 'deploy.metadata');
|
|
17
18
|
export default class DeployMetadataCancel extends SfCommand {
|
|
18
19
|
static description = messages.getMessage('description');
|
|
19
20
|
static summary = messages.getMessage('summary');
|
|
@@ -21,6 +22,11 @@ export default class DeployMetadataCancel extends SfCommand {
|
|
|
21
22
|
static aliases = ['deploy:metadata:cancel'];
|
|
22
23
|
static deprecateAliases = true;
|
|
23
24
|
static flags = {
|
|
25
|
+
'target-org': Flags.optionalOrg({
|
|
26
|
+
char: 'o',
|
|
27
|
+
description: deployMessages.getMessage('flags.target-org.description'),
|
|
28
|
+
summary: deployMessages.getMessage('flags.target-org.summary'),
|
|
29
|
+
}),
|
|
24
30
|
async: Flags.boolean({
|
|
25
31
|
summary: messages.getMessage('flags.async.summary'),
|
|
26
32
|
description: messages.getMessage('flags.async.description'),
|
|
@@ -56,7 +62,11 @@ export default class DeployMetadataCancel extends SfCommand {
|
|
|
56
62
|
const [{ flags }, cache] = await Promise.all([this.parse(DeployMetadataCancel), DeployCache.create()]);
|
|
57
63
|
const jobId = cache.resolveLatest(flags['use-most-recent'], flags['job-id']);
|
|
58
64
|
// cancel don't care about your tracking conflicts
|
|
59
|
-
const deployOpts = {
|
|
65
|
+
const deployOpts = {
|
|
66
|
+
'target-org': flags['target-org']?.getUsername(),
|
|
67
|
+
...cache.maybeGet(jobId),
|
|
68
|
+
'ignore-conflicts': true,
|
|
69
|
+
};
|
|
60
70
|
// we may already know the job finished
|
|
61
71
|
if (deployOpts.status &&
|
|
62
72
|
[RequestStatus.Canceled, RequestStatus.Failed, RequestStatus.Succeeded, RequestStatus.SucceededPartial].includes(deployOpts.status)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancel.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/cancel.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,yDAAyD,CAAC;AAC3G,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;AAGjG,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,oCAAoC,EAAE,wBAAwB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"cancel.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/cancel.ts"],"names":[],"mappings":"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"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.4.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.0",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"chalk": "^5.3.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
28
28
|
"@salesforce/plugin-source": "^2.11.4",
|
|
29
|
-
"@salesforce/source-testkit": "^2.1.
|
|
29
|
+
"@salesforce/source-testkit": "^2.1.105",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
32
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
33
33
|
"oclif": "^4.4.19",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
|
-
"typescript": "^5.4.
|
|
35
|
+
"typescript": "^5.4.3"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=18.0.0"
|
|
@@ -3788,13 +3788,13 @@
|
|
|
3788
3788
|
}
|
|
3789
3789
|
},
|
|
3790
3790
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3791
|
-
"version": "5.1.
|
|
3792
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3793
|
-
"integrity": "sha512
|
|
3791
|
+
"version": "5.1.2",
|
|
3792
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz",
|
|
3793
|
+
"integrity": "sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==",
|
|
3794
3794
|
"dev": true,
|
|
3795
3795
|
"license": "MIT",
|
|
3796
3796
|
"dependencies": {
|
|
3797
|
-
"@oclif/core": "3.
|
|
3797
|
+
"@oclif/core": "3.25.2",
|
|
3798
3798
|
"@types/lodash.difference": "^4.5.9",
|
|
3799
3799
|
"chalk": "^5.3.0",
|
|
3800
3800
|
"globby": "^14.0.1",
|
|
@@ -3810,9 +3810,9 @@
|
|
|
3810
3810
|
}
|
|
3811
3811
|
},
|
|
3812
3812
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3813
|
-
"version": "3.
|
|
3814
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3815
|
-
"integrity": "sha512-
|
|
3813
|
+
"version": "3.25.2",
|
|
3814
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
3815
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
3816
3816
|
"dev": true,
|
|
3817
3817
|
"license": "MIT",
|
|
3818
3818
|
"dependencies": {
|
|
@@ -3832,6 +3832,7 @@
|
|
|
3832
3832
|
"indent-string": "^4.0.0",
|
|
3833
3833
|
"is-wsl": "^2.2.0",
|
|
3834
3834
|
"js-yaml": "^3.14.1",
|
|
3835
|
+
"minimatch": "^9.0.3",
|
|
3835
3836
|
"natural-orderby": "^2.0.3",
|
|
3836
3837
|
"object-treeify": "^1.1.33",
|
|
3837
3838
|
"password-prompt": "^1.1.3",
|
|
@@ -3930,6 +3931,22 @@
|
|
|
3930
3931
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3931
3932
|
}
|
|
3932
3933
|
},
|
|
3934
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3935
|
+
"version": "9.0.3",
|
|
3936
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3937
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3938
|
+
"dev": true,
|
|
3939
|
+
"license": "ISC",
|
|
3940
|
+
"dependencies": {
|
|
3941
|
+
"brace-expansion": "^2.0.1"
|
|
3942
|
+
},
|
|
3943
|
+
"engines": {
|
|
3944
|
+
"node": ">=16 || 14 >=14.17"
|
|
3945
|
+
},
|
|
3946
|
+
"funding": {
|
|
3947
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3933
3950
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3934
3951
|
"version": "5.0.0",
|
|
3935
3952
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -4502,14 +4519,14 @@
|
|
|
4502
4519
|
}
|
|
4503
4520
|
},
|
|
4504
4521
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4505
|
-
"version": "3.0.
|
|
4506
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4507
|
-
"integrity": "sha512-
|
|
4522
|
+
"version": "3.0.71",
|
|
4523
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz",
|
|
4524
|
+
"integrity": "sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==",
|
|
4508
4525
|
"dev": true,
|
|
4509
4526
|
"license": "BSD-3-Clause",
|
|
4510
4527
|
"dependencies": {
|
|
4511
4528
|
"@oclif/core": "^3.20.0",
|
|
4512
|
-
"@salesforce/core": "^6.
|
|
4529
|
+
"@salesforce/core": "^6.7.1",
|
|
4513
4530
|
"@salesforce/kit": "^3.0.15",
|
|
4514
4531
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
4515
4532
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4995,16 +5012,16 @@
|
|
|
4995
5012
|
}
|
|
4996
5013
|
},
|
|
4997
5014
|
"node_modules/@salesforce/source-testkit": {
|
|
4998
|
-
"version": "2.1.
|
|
4999
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
5000
|
-
"integrity": "sha512-
|
|
5015
|
+
"version": "2.1.105",
|
|
5016
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-testkit/-/source-testkit-2.1.105.tgz",
|
|
5017
|
+
"integrity": "sha512-tb4JTbLJrOPJt0mM8NkdhrpoLvUvIZ7r6M44bn038OSz+AvavPVmLXSrenTYXdB8rRosfNILzjol/WUUD5w+Tw==",
|
|
5001
5018
|
"dev": true,
|
|
5002
5019
|
"license": "BSD-3-Clause",
|
|
5003
5020
|
"dependencies": {
|
|
5004
5021
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
5005
|
-
"@salesforce/core": "^6.7.
|
|
5022
|
+
"@salesforce/core": "^6.7.1",
|
|
5006
5023
|
"@salesforce/kit": "^3.0.15",
|
|
5007
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
5024
|
+
"@salesforce/source-deploy-retrieve": "^10.5.2",
|
|
5008
5025
|
"@salesforce/ts-types": "^2.0.9",
|
|
5009
5026
|
"archiver": "^5.3.2",
|
|
5010
5027
|
"chai-each": "^0.0.1",
|
|
@@ -18261,9 +18278,9 @@
|
|
|
18261
18278
|
}
|
|
18262
18279
|
},
|
|
18263
18280
|
"node_modules/typescript": {
|
|
18264
|
-
"version": "5.4.
|
|
18265
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
18266
|
-
"integrity": "sha512
|
|
18281
|
+
"version": "5.4.3",
|
|
18282
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
|
18283
|
+
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
|
18267
18284
|
"dev": true,
|
|
18268
18285
|
"license": "Apache-2.0",
|
|
18269
18286
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1837,10 +1837,10 @@
|
|
|
1837
1837
|
read-package-json-fast "^3.0.0"
|
|
1838
1838
|
which "^3.0.0"
|
|
1839
1839
|
|
|
1840
|
-
"@oclif/core@3.
|
|
1841
|
-
version "3.
|
|
1842
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1843
|
-
integrity sha512-
|
|
1840
|
+
"@oclif/core@3.25.2":
|
|
1841
|
+
version "3.25.2"
|
|
1842
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1843
|
+
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
1844
1844
|
dependencies:
|
|
1845
1845
|
"@types/cli-progress" "^3.11.5"
|
|
1846
1846
|
ansi-escapes "^4.3.2"
|
|
@@ -1858,6 +1858,7 @@
|
|
|
1858
1858
|
indent-string "^4.0.0"
|
|
1859
1859
|
is-wsl "^2.2.0"
|
|
1860
1860
|
js-yaml "^3.14.1"
|
|
1861
|
+
minimatch "^9.0.3"
|
|
1861
1862
|
natural-orderby "^2.0.3"
|
|
1862
1863
|
object-treeify "^1.1.33"
|
|
1863
1864
|
password-prompt "^1.1.3"
|
|
@@ -1904,12 +1905,12 @@
|
|
|
1904
1905
|
wordwrap "^1.0.0"
|
|
1905
1906
|
wrap-ansi "^7.0.0"
|
|
1906
1907
|
|
|
1907
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1908
|
-
version "5.1.
|
|
1909
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1910
|
-
integrity sha512
|
|
1908
|
+
"@oclif/plugin-command-snapshot@^5.1.2":
|
|
1909
|
+
version "5.1.2"
|
|
1910
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
|
|
1911
|
+
integrity sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==
|
|
1911
1912
|
dependencies:
|
|
1912
|
-
"@oclif/core" "3.
|
|
1913
|
+
"@oclif/core" "3.25.2"
|
|
1913
1914
|
"@types/lodash.difference" "^4.5.9"
|
|
1914
1915
|
chalk "^5.3.0"
|
|
1915
1916
|
globby "^14.0.1"
|
|
@@ -2098,7 +2099,7 @@
|
|
|
2098
2099
|
strip-ansi "6.0.1"
|
|
2099
2100
|
ts-retry-promise "^0.8.0"
|
|
2100
2101
|
|
|
2101
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.
|
|
2102
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
|
2102
2103
|
version "6.7.3"
|
|
2103
2104
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
|
2104
2105
|
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
|
@@ -2167,13 +2168,13 @@
|
|
|
2167
2168
|
"@salesforce/ts-types" "^2.0.9"
|
|
2168
2169
|
tslib "^2.6.2"
|
|
2169
2170
|
|
|
2170
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2171
|
-
version "3.0.
|
|
2172
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2173
|
-
integrity sha512-
|
|
2171
|
+
"@salesforce/plugin-command-reference@^3.0.71":
|
|
2172
|
+
version "3.0.71"
|
|
2173
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz#7645a50e4858b8bed1cf6fd286ffe37a495d2662"
|
|
2174
|
+
integrity sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==
|
|
2174
2175
|
dependencies:
|
|
2175
2176
|
"@oclif/core" "^3.20.0"
|
|
2176
|
-
"@salesforce/core" "^6.
|
|
2177
|
+
"@salesforce/core" "^6.7.1"
|
|
2177
2178
|
"@salesforce/kit" "^3.0.15"
|
|
2178
2179
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2179
2180
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2264,7 +2265,7 @@
|
|
|
2264
2265
|
"@salesforce/ts-types" "^2.0.9"
|
|
2265
2266
|
chalk "^5.3.0"
|
|
2266
2267
|
|
|
2267
|
-
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.5.
|
|
2268
|
+
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.5.2", "@salesforce/source-deploy-retrieve@^10.5.3", "@salesforce/source-deploy-retrieve@^10.5.5":
|
|
2268
2269
|
version "10.5.5"
|
|
2269
2270
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.5.tgz#c2680de777e4b392a5f02631ca1cd385cad72c93"
|
|
2270
2271
|
integrity sha512-o+c/qD9QojXIPMOuteUSdrbx/GI9HS0jFv49NcVrZX1Rzm/ZUk5JHkLzJtiUVQOEnBg4VVnFh2rBarPh0x6dWg==
|
|
@@ -2283,15 +2284,15 @@
|
|
|
2283
2284
|
proxy-agent "^6.4.0"
|
|
2284
2285
|
ts-retry-promise "^0.7.1"
|
|
2285
2286
|
|
|
2286
|
-
"@salesforce/source-testkit@^2.1.
|
|
2287
|
-
version "2.1.
|
|
2288
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.
|
|
2289
|
-
integrity sha512-
|
|
2287
|
+
"@salesforce/source-testkit@^2.1.105":
|
|
2288
|
+
version "2.1.105"
|
|
2289
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.105.tgz#203066d514dc74223868152846ead9a3eb647455"
|
|
2290
|
+
integrity sha512-tb4JTbLJrOPJt0mM8NkdhrpoLvUvIZ7r6M44bn038OSz+AvavPVmLXSrenTYXdB8rRosfNILzjol/WUUD5w+Tw==
|
|
2290
2291
|
dependencies:
|
|
2291
2292
|
"@salesforce/cli-plugins-testkit" "^5.1.10"
|
|
2292
|
-
"@salesforce/core" "^6.7.
|
|
2293
|
+
"@salesforce/core" "^6.7.1"
|
|
2293
2294
|
"@salesforce/kit" "^3.0.15"
|
|
2294
|
-
"@salesforce/source-deploy-retrieve" "^10.5.
|
|
2295
|
+
"@salesforce/source-deploy-retrieve" "^10.5.2"
|
|
2295
2296
|
"@salesforce/ts-types" "^2.0.9"
|
|
2296
2297
|
archiver "^5.3.2"
|
|
2297
2298
|
chai-each "^0.0.1"
|
|
@@ -9867,10 +9868,10 @@ typedoc@^0.25.9:
|
|
|
9867
9868
|
minimatch "^9.0.3"
|
|
9868
9869
|
shiki "^0.14.7"
|
|
9869
9870
|
|
|
9870
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.
|
|
9871
|
-
version "5.4.
|
|
9872
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
9873
|
-
integrity sha512
|
|
9871
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3:
|
|
9872
|
+
version "5.4.3"
|
|
9873
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
|
|
9874
|
+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
|
|
9874
9875
|
|
|
9875
9876
|
typescript@^4.9.5:
|
|
9876
9877
|
version "4.9.5"
|
package/oclif.manifest.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"deprecateAliases": true,
|
|
219
219
|
"name": "output-dir",
|
|
220
220
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
221
|
-
"default": "
|
|
221
|
+
"default": "metadataPackage_1711394913178",
|
|
222
222
|
"hasDynamicHelp": false,
|
|
223
223
|
"multiple": false,
|
|
224
224
|
"type": "option"
|
|
@@ -338,6 +338,16 @@
|
|
|
338
338
|
"multiple": false,
|
|
339
339
|
"type": "option"
|
|
340
340
|
},
|
|
341
|
+
"target-org": {
|
|
342
|
+
"char": "o",
|
|
343
|
+
"description": "Overrides your default org.",
|
|
344
|
+
"name": "target-org",
|
|
345
|
+
"noCacheDefault": true,
|
|
346
|
+
"summary": "Login username or alias for the target org.",
|
|
347
|
+
"hasDynamicHelp": true,
|
|
348
|
+
"multiple": false,
|
|
349
|
+
"type": "option"
|
|
350
|
+
},
|
|
341
351
|
"async": {
|
|
342
352
|
"description": "The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
343
353
|
"exclusive": [
|
|
@@ -2926,5 +2936,5 @@
|
|
|
2926
2936
|
]
|
|
2927
2937
|
}
|
|
2928
2938
|
},
|
|
2929
|
-
"version": "3.
|
|
2939
|
+
"version": "3.4.0"
|
|
2930
2940
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
"chalk": "^5.3.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
22
22
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
24
24
|
"@salesforce/plugin-source": "^2.11.4",
|
|
25
|
-
"@salesforce/source-testkit": "^2.1.
|
|
25
|
+
"@salesforce/source-testkit": "^2.1.105",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
27
27
|
"cross-env": "^7.0.3",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
29
29
|
"oclif": "^4.4.19",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.4.
|
|
31
|
+
"typescript": "^5.4.3"
|
|
32
32
|
},
|
|
33
33
|
"config": {},
|
|
34
34
|
"engines": {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exports": "./lib/index.js",
|
|
253
253
|
"type": "module",
|
|
254
254
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.4.0.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.4.0.sig"
|
|
257
257
|
}
|
|
258
258
|
}
|