@salesforce/cli 2.23.20 → 2.24.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 +40 -1111
- package/npm-shrinkwrap.json +46 -46
- package/oclif.manifest.json +6 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.24.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.14",
|
|
26
26
|
"@salesforce/plugin-auth": "3.1.0",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.13",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.13",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.13",
|
|
30
30
|
"@salesforce/plugin-limits": "3.1.0",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.15",
|
|
32
32
|
"@salesforce/plugin-org": "3.2.0",
|
|
33
|
-
"@salesforce/plugin-packaging": "2.0.
|
|
33
|
+
"@salesforce/plugin-packaging": "2.0.2",
|
|
34
34
|
"@salesforce/plugin-schema": "3.1.0",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.14",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.7",
|
|
37
|
-
"@salesforce/plugin-source": "3.0
|
|
37
|
+
"@salesforce/plugin-source": "3.1.0",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.8",
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.8",
|
|
40
40
|
"@salesforce/plugin-trust": "3.2.5",
|
|
@@ -2878,9 +2878,9 @@
|
|
|
2878
2878
|
}
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@salesforce/apex-node": {
|
|
2881
|
-
"version": "
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
2883
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "3.0.1",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.0.1.tgz",
|
|
2883
|
+
"integrity": "sha512-zQKr4+vddu/OWH1RJSZBE0kflmyurGhUu34uR4PyI3F0mLEfkZPTTzMY8OsbsxtYRCd0oN1psL/t0xrjlF16DQ==",
|
|
2884
2884
|
"license": "BSD-3-Clause",
|
|
2885
2885
|
"dependencies": {
|
|
2886
2886
|
"@salesforce/core": "^6.1.0",
|
|
@@ -3122,16 +3122,16 @@
|
|
|
3122
3122
|
}
|
|
3123
3123
|
},
|
|
3124
3124
|
"node_modules/@salesforce/packaging": {
|
|
3125
|
-
"version": "3.0.
|
|
3126
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.
|
|
3127
|
-
"integrity": "sha512-
|
|
3125
|
+
"version": "3.0.15",
|
|
3126
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.15.tgz",
|
|
3127
|
+
"integrity": "sha512-VwejqIJDHEjk0gXnY9jN4xThE09nJMi1D5skcbgJ8POFqEG65F4d3oCQDJliXJ0zcZKXcrCSBkZcWSxPn+lZKg==",
|
|
3128
3128
|
"license": "BSD-3-Clause",
|
|
3129
3129
|
"dependencies": {
|
|
3130
3130
|
"@oclif/core": "^3",
|
|
3131
|
-
"@salesforce/core": "^6.
|
|
3131
|
+
"@salesforce/core": "^6.4.0",
|
|
3132
3132
|
"@salesforce/kit": "^3.0.15",
|
|
3133
3133
|
"@salesforce/schemas": "^1.6.1",
|
|
3134
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
3134
|
+
"@salesforce/source-deploy-retrieve": "^10.2.5",
|
|
3135
3135
|
"@salesforce/ts-types": "^2.0.9",
|
|
3136
3136
|
"fast-xml-parser": "^4.3.1",
|
|
3137
3137
|
"globby": "^11",
|
|
@@ -3164,26 +3164,6 @@
|
|
|
3164
3164
|
"node": ">=18.0.0"
|
|
3165
3165
|
}
|
|
3166
3166
|
},
|
|
3167
|
-
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/apex-node": {
|
|
3168
|
-
"version": "3.0.1",
|
|
3169
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.0.1.tgz",
|
|
3170
|
-
"integrity": "sha512-zQKr4+vddu/OWH1RJSZBE0kflmyurGhUu34uR4PyI3F0mLEfkZPTTzMY8OsbsxtYRCd0oN1psL/t0xrjlF16DQ==",
|
|
3171
|
-
"license": "BSD-3-Clause",
|
|
3172
|
-
"dependencies": {
|
|
3173
|
-
"@salesforce/core": "^6.1.0",
|
|
3174
|
-
"@salesforce/kit": "^3.0.15",
|
|
3175
|
-
"@types/istanbul-reports": "^3.0.4",
|
|
3176
|
-
"faye": "1.4.0",
|
|
3177
|
-
"glob": "^10.3.10",
|
|
3178
|
-
"istanbul-lib-coverage": "^3.2.2",
|
|
3179
|
-
"istanbul-lib-report": "^3.0.1",
|
|
3180
|
-
"istanbul-reports": "^3.1.6",
|
|
3181
|
-
"jsforce": "^2.0.0-beta.29"
|
|
3182
|
-
},
|
|
3183
|
-
"engines": {
|
|
3184
|
-
"node": ">=18.18.2"
|
|
3185
|
-
}
|
|
3186
|
-
},
|
|
3187
3167
|
"node_modules/@salesforce/plugin-apex/node_modules/chalk": {
|
|
3188
3168
|
"version": "5.3.0",
|
|
3189
3169
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3374,17 +3354,17 @@
|
|
|
3374
3354
|
"license": "MIT"
|
|
3375
3355
|
},
|
|
3376
3356
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3377
|
-
"version": "2.2.
|
|
3378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.
|
|
3379
|
-
"integrity": "sha512-
|
|
3357
|
+
"version": "2.2.13",
|
|
3358
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.13.tgz",
|
|
3359
|
+
"integrity": "sha512-gJZnsGjGo2Sdq3dqs4afVgAFd5b7XBcsc/MyO3FB9fzd5p03wiUN0IN8HSaEvgODHiPrZYjP5b6V7RHmozEKOw==",
|
|
3380
3360
|
"license": "BSD-3-Clause",
|
|
3381
3361
|
"dependencies": {
|
|
3382
3362
|
"@oclif/core": "^3.12.0",
|
|
3383
|
-
"@salesforce/apex-node": "^
|
|
3363
|
+
"@salesforce/apex-node": "^3.0.1",
|
|
3384
3364
|
"@salesforce/core": "^6.4.2",
|
|
3385
3365
|
"@salesforce/kit": "^3.0.15",
|
|
3386
3366
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3387
|
-
"@salesforce/source-deploy-retrieve": "^10.2.
|
|
3367
|
+
"@salesforce/source-deploy-retrieve": "^10.2.5",
|
|
3388
3368
|
"@salesforce/source-tracking": "^5.1.3",
|
|
3389
3369
|
"@salesforce/ts-types": "^2.0.9",
|
|
3390
3370
|
"chalk": "^5.3.0"
|
|
@@ -3809,15 +3789,15 @@
|
|
|
3809
3789
|
"license": "MIT"
|
|
3810
3790
|
},
|
|
3811
3791
|
"node_modules/@salesforce/plugin-packaging": {
|
|
3812
|
-
"version": "2.0.
|
|
3813
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.0.
|
|
3814
|
-
"integrity": "sha512-
|
|
3792
|
+
"version": "2.0.2",
|
|
3793
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.0.2.tgz",
|
|
3794
|
+
"integrity": "sha512-3NyPU8XMsjNsNVKnrNODl+d8DOjZ9pV8RZ39nE002QsL1XSNAC01GIu0+qW2cgt+rHdDAjdHWeHH/Evxo/A2Ag==",
|
|
3815
3795
|
"license": "BSD-3-Clause",
|
|
3816
3796
|
"dependencies": {
|
|
3817
3797
|
"@oclif/core": "^3.14.1",
|
|
3818
|
-
"@salesforce/core": "^6.4.
|
|
3798
|
+
"@salesforce/core": "^6.4.2",
|
|
3819
3799
|
"@salesforce/kit": "^3.0.15",
|
|
3820
|
-
"@salesforce/packaging": "^3.0.
|
|
3800
|
+
"@salesforce/packaging": "^3.0.15",
|
|
3821
3801
|
"@salesforce/sf-plugins-core": "^5.0.9",
|
|
3822
3802
|
"chalk": "^5.3.0"
|
|
3823
3803
|
},
|
|
@@ -8360,9 +8340,9 @@
|
|
|
8360
8340
|
}
|
|
8361
8341
|
},
|
|
8362
8342
|
"node_modules/@salesforce/plugin-source": {
|
|
8363
|
-
"version": "3.0
|
|
8364
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.
|
|
8365
|
-
"integrity": "sha512-
|
|
8343
|
+
"version": "3.1.0",
|
|
8344
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.0.tgz",
|
|
8345
|
+
"integrity": "sha512-c8qPpeNiR85LxfIPTrMrIuHGx42ZLzRl7tBXgX6NMeBCy4XClI1VbeJcgXgaJrHB9ksjwHXeU36cbazfMXSlZg==",
|
|
8366
8346
|
"license": "BSD-3-Clause",
|
|
8367
8347
|
"dependencies": {
|
|
8368
8348
|
"@oclif/core": "^3.15.1",
|
|
@@ -8380,6 +8360,26 @@
|
|
|
8380
8360
|
"node": ">=18.0.0"
|
|
8381
8361
|
}
|
|
8382
8362
|
},
|
|
8363
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/apex-node": {
|
|
8364
|
+
"version": "2.1.7",
|
|
8365
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-2.1.7.tgz",
|
|
8366
|
+
"integrity": "sha512-2s29mbHNL0vXmbcfndkLbKEYclHHc7sj7ei2vscsR8/HdHGy3SsEfir1IU/Sqeqd79yxJdxMUfwmzVnRFR6WJA==",
|
|
8367
|
+
"license": "BSD-3-Clause",
|
|
8368
|
+
"dependencies": {
|
|
8369
|
+
"@salesforce/core": "^6.1.0",
|
|
8370
|
+
"@salesforce/kit": "^3.0.15",
|
|
8371
|
+
"@types/istanbul-reports": "^3.0.4",
|
|
8372
|
+
"faye": "1.4.0",
|
|
8373
|
+
"glob": "^10.3.10",
|
|
8374
|
+
"istanbul-lib-coverage": "^3.2.2",
|
|
8375
|
+
"istanbul-lib-report": "^3.0.1",
|
|
8376
|
+
"istanbul-reports": "^3.1.6",
|
|
8377
|
+
"jsforce": "^2.0.0-beta.29"
|
|
8378
|
+
},
|
|
8379
|
+
"engines": {
|
|
8380
|
+
"node": ">=18.18.2"
|
|
8381
|
+
}
|
|
8382
|
+
},
|
|
8383
8383
|
"node_modules/@salesforce/plugin-source/node_modules/@sindresorhus/is": {
|
|
8384
8384
|
"version": "5.6.0",
|
|
8385
8385
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"cmdt:field:create"
|
|
7
7
|
],
|
|
8
8
|
"args": {},
|
|
9
|
+
"deprecateAliases": true,
|
|
9
10
|
"description": "Similar to a custom object, a custom metadata type has a list of custom fields that represent aspects of the metadata.\n\nThis command creates a metadata file that describes the new custom metadata type field. By default, the file is created in a \"fields\" directory in the current directory. Use the --output-directory to generate the file in the directory that contains the custom metadata type metdata files, such as \"force-app/main/default/objects/MyCmdt__mdt\" for the custom metadata type called MyCmdt.",
|
|
10
11
|
"examples": [
|
|
11
12
|
"Generate a metadata file for a custom checkbox field and add the file to the MyCmdt__mdt/fields directory:\n<%= config.bin %> <%= command.id %> --name MyCheckboxField --type Checkbox --output-directory force-app/main/default/objects/MyCmdt__mdt",
|
|
@@ -182,6 +183,7 @@
|
|
|
182
183
|
"force:cmdt:generate"
|
|
183
184
|
],
|
|
184
185
|
"args": {},
|
|
186
|
+
"deprecateAliases": true,
|
|
185
187
|
"description": "Use this command to migrate existing custom objects or custom settings in an org to custom metadata types. If a field of the Salesforce object is of an unsupported type, the field type is automatically converted to text. Run \"<%= config.bin %> cmdt generate field --help\" to see the list of supported cmdt field types, listed in the --type flag summary. Use the --ignore-unsupported to ignore these fields.\n\nThis command creates the metadata files that describe the new custom metadata type and its fields in the \"force-app/main/default/objects/TypeName__mdt\" directory by default, where \"TypeName\" is the value of the required --dev-name flag. Use --type-output-directory to create them in a different directory.",
|
|
186
188
|
"examples": [
|
|
187
189
|
"Generate a custom metadata type from a custom object called MySourceObject__c in your default org:\n<%= config.bin %> <%= command.id %> --dev-name MyCMDT --sobject MySourceObject__c",
|
|
@@ -371,6 +373,7 @@
|
|
|
371
373
|
"cmdt:create"
|
|
372
374
|
],
|
|
373
375
|
"args": {},
|
|
376
|
+
"deprecateAliases": true,
|
|
374
377
|
"description": "This command creates a metadata file that describes the new custom metadata type. By default, the file is created in the MyCustomType__mdt directory in the current directory, where MyCustomType is the value of the required --type-name flag. Use the --output-directory to generate the file in a package directory with other custom metadata types, such as \"force-app/main/default/objects\".",
|
|
375
378
|
"examples": [
|
|
376
379
|
"Generate a custom metadata type with developer name 'MyCustomType'; this name is also used as the label:\n<%= config.bin %> <%= command.id %> --type-name MyCustomType",
|
|
@@ -500,6 +503,7 @@
|
|
|
500
503
|
"cmdt:record:create"
|
|
501
504
|
],
|
|
502
505
|
"args": {},
|
|
506
|
+
"deprecateAliases": true,
|
|
503
507
|
"description": "The custom metadata type must already exist in your project. You must specify a name for the new record. Use name=value pairs to specify the values for the fields, such as MyTextField=\"some text here\" or MyNumberField=32.",
|
|
504
508
|
"examples": [
|
|
505
509
|
"Create a record metadata file for custom metadata type 'MyCMT' with specified values for two custom fields:\n<%= config.bin %> <%= command.id %> --type-name MyCMT__mdt --record-name MyRecord My_Custom_Field_1=Foo My_Custom_Field_2=Bar",
|
|
@@ -662,6 +666,7 @@
|
|
|
662
666
|
"cmdt:record:insert"
|
|
663
667
|
],
|
|
664
668
|
"args": {},
|
|
669
|
+
"deprecateAliases": true,
|
|
665
670
|
"description": "The custom metadata type must already exist in your project. By default, the Name column is used to determine the record name; use the --name-column flag to specify a different column.",
|
|
666
671
|
"examples": [
|
|
667
672
|
"Generate record metadata files from values in a CSV file for the custom metadata type MyCmdt. Use 'Name' as the column that specifies the record name:\n<%= config.bin %> <%= command.id %> --csv path/to/my.csv --type-name MyCmdt",
|
|
@@ -5240,5 +5245,5 @@
|
|
|
5240
5245
|
]
|
|
5241
5246
|
}
|
|
5242
5247
|
},
|
|
5243
|
-
"version": "2.
|
|
5248
|
+
"version": "2.24.0"
|
|
5244
5249
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.24.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@salesforce/plugin-user"
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
|
-
"@salesforce/plugin-custom-metadata": "3.
|
|
74
|
+
"@salesforce/plugin-custom-metadata": "3.1.1",
|
|
75
75
|
"@salesforce/plugin-community": "3.0.10",
|
|
76
76
|
"@salesforce/plugin-dev": "2.1.3",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
@@ -148,16 +148,16 @@
|
|
|
148
148
|
"@salesforce/plugin-apex": "3.0.14",
|
|
149
149
|
"@salesforce/plugin-auth": "3.1.0",
|
|
150
150
|
"@salesforce/plugin-data": "3.0.13",
|
|
151
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
151
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.13",
|
|
152
152
|
"@salesforce/plugin-info": "3.0.13",
|
|
153
153
|
"@salesforce/plugin-limits": "3.1.0",
|
|
154
154
|
"@salesforce/plugin-marketplace": "1.0.15",
|
|
155
155
|
"@salesforce/plugin-org": "3.2.0",
|
|
156
|
-
"@salesforce/plugin-packaging": "2.0.
|
|
156
|
+
"@salesforce/plugin-packaging": "2.0.2",
|
|
157
157
|
"@salesforce/plugin-schema": "3.1.0",
|
|
158
158
|
"@salesforce/plugin-settings": "2.0.14",
|
|
159
159
|
"@salesforce/plugin-sobject": "1.0.7",
|
|
160
|
-
"@salesforce/plugin-source": "3.0
|
|
160
|
+
"@salesforce/plugin-source": "3.1.0",
|
|
161
161
|
"@salesforce/plugin-telemetry": "3.1.8",
|
|
162
162
|
"@salesforce/plugin-templates": "56.0.8",
|
|
163
163
|
"@salesforce/plugin-trust": "3.2.5",
|