sfdx-hardis 5.44.2-alpha202507221133.0 → 5.44.2-alpha202507221159.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/oclif.lock CHANGED
@@ -6722,19 +6722,7 @@ form-data-encoder@^2.1.2:
6722
6722
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
6723
6723
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
6724
6724
 
6725
- form-data@^2.5.0:
6726
- version "2.5.5"
6727
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
6728
- integrity sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==
6729
- dependencies:
6730
- asynckit "^0.4.0"
6731
- combined-stream "^1.0.8"
6732
- es-set-tostringtag "^2.1.0"
6733
- hasown "^2.0.2"
6734
- mime-types "^2.1.35"
6735
- safe-buffer "^5.2.1"
6736
-
6737
- form-data@^4.0.0, form-data@^4.0.4:
6725
+ form-data@4.0.4, form-data@^2.5.0, form-data@^4.0.0, form-data@^4.0.4:
6738
6726
  version "4.0.4"
6739
6727
  resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6740
6728
  integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
@@ -11325,7 +11313,7 @@ safe-array-concat@^1.1.3:
11325
11313
  has-symbols "^1.1.0"
11326
11314
  isarray "^2.0.5"
11327
11315
 
11328
- safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
11316
+ safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
11329
11317
  version "5.2.1"
11330
11318
  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
11331
11319
  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
@@ -129,12 +129,13 @@
129
129
  "clear:cache:hardis"
130
130
  ]
131
131
  },
132
- "hardis:config:get": {
132
+ "hardis:auth:login": {
133
133
  "aliases": [],
134
134
  "args": {},
135
- "description": "Returns sfdx-hardis project config for a given level",
135
+ "description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
136
136
  "examples": [
137
- "$ sf hardis:project:deploy:sources:metadata"
137
+ "$ sf hardis:auth:login",
138
+ "CI=true sf hardis:auth:login"
138
139
  ],
139
140
  "flags": {
140
141
  "json": {
@@ -152,20 +153,28 @@
152
153
  "multiple": false,
153
154
  "type": "option"
154
155
  },
155
- "level": {
156
- "char": "l",
157
- "description": "project,branch or user",
158
- "name": "level",
159
- "default": "project",
156
+ "instanceurl": {
157
+ "char": "r",
158
+ "description": "URL of org instance",
159
+ "name": "instanceurl",
160
160
  "hasDynamicHelp": false,
161
161
  "multiple": false,
162
- "options": [
163
- "project",
164
- "branch",
165
- "user"
166
- ],
167
162
  "type": "option"
168
163
  },
164
+ "devhub": {
165
+ "char": "h",
166
+ "description": "Also connect associated DevHub",
167
+ "name": "devhub",
168
+ "allowNo": false,
169
+ "type": "boolean"
170
+ },
171
+ "scratchorg": {
172
+ "char": "s",
173
+ "description": "Scratch org",
174
+ "name": "scratchorg",
175
+ "allowNo": false,
176
+ "type": "boolean"
177
+ },
169
178
  "debug": {
170
179
  "char": "d",
171
180
  "description": "Activate debug mode (more logs)",
@@ -189,39 +198,38 @@
189
198
  },
190
199
  "hasDynamicHelp": false,
191
200
  "hiddenAliases": [],
192
- "id": "hardis:config:get",
201
+ "id": "hardis:auth:login",
193
202
  "pluginAlias": "sfdx-hardis",
194
203
  "pluginName": "sfdx-hardis",
195
204
  "pluginType": "core",
196
205
  "strict": true,
197
206
  "enableJsonFlag": true,
198
- "title": "Deploy metadata sources to org",
207
+ "title": "Login",
199
208
  "requiresProject": false,
200
209
  "isESM": true,
201
210
  "relativePath": [
202
211
  "lib",
203
212
  "commands",
204
213
  "hardis",
205
- "config",
206
- "get.js"
214
+ "auth",
215
+ "login.js"
207
216
  ],
208
217
  "aliasPermutations": [],
209
218
  "permutations": [
210
- "hardis:config:get",
211
- "config:hardis:get",
212
- "config:get:hardis",
213
- "hardis:get:config",
214
- "get:hardis:config",
215
- "get:config:hardis"
219
+ "hardis:auth:login",
220
+ "auth:hardis:login",
221
+ "auth:login:hardis",
222
+ "hardis:login:auth",
223
+ "login:hardis:auth",
224
+ "login:auth:hardis"
216
225
  ]
217
226
  },
218
- "hardis:auth:login": {
227
+ "hardis:config:get": {
219
228
  "aliases": [],
220
229
  "args": {},
221
- "description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
230
+ "description": "Returns sfdx-hardis project config for a given level",
222
231
  "examples": [
223
- "$ sf hardis:auth:login",
224
- "CI=true sf hardis:auth:login"
232
+ "$ sf hardis:project:deploy:sources:metadata"
225
233
  ],
226
234
  "flags": {
227
235
  "json": {
@@ -239,28 +247,20 @@
239
247
  "multiple": false,
240
248
  "type": "option"
241
249
  },
242
- "instanceurl": {
243
- "char": "r",
244
- "description": "URL of org instance",
245
- "name": "instanceurl",
250
+ "level": {
251
+ "char": "l",
252
+ "description": "project,branch or user",
253
+ "name": "level",
254
+ "default": "project",
246
255
  "hasDynamicHelp": false,
247
256
  "multiple": false,
257
+ "options": [
258
+ "project",
259
+ "branch",
260
+ "user"
261
+ ],
248
262
  "type": "option"
249
263
  },
250
- "devhub": {
251
- "char": "h",
252
- "description": "Also connect associated DevHub",
253
- "name": "devhub",
254
- "allowNo": false,
255
- "type": "boolean"
256
- },
257
- "scratchorg": {
258
- "char": "s",
259
- "description": "Scratch org",
260
- "name": "scratchorg",
261
- "allowNo": false,
262
- "type": "boolean"
263
- },
264
264
  "debug": {
265
265
  "char": "d",
266
266
  "description": "Activate debug mode (more logs)",
@@ -284,30 +284,30 @@
284
284
  },
285
285
  "hasDynamicHelp": false,
286
286
  "hiddenAliases": [],
287
- "id": "hardis:auth:login",
287
+ "id": "hardis:config:get",
288
288
  "pluginAlias": "sfdx-hardis",
289
289
  "pluginName": "sfdx-hardis",
290
290
  "pluginType": "core",
291
291
  "strict": true,
292
292
  "enableJsonFlag": true,
293
- "title": "Login",
293
+ "title": "Deploy metadata sources to org",
294
294
  "requiresProject": false,
295
295
  "isESM": true,
296
296
  "relativePath": [
297
297
  "lib",
298
298
  "commands",
299
299
  "hardis",
300
- "auth",
301
- "login.js"
300
+ "config",
301
+ "get.js"
302
302
  ],
303
303
  "aliasPermutations": [],
304
304
  "permutations": [
305
- "hardis:auth:login",
306
- "auth:hardis:login",
307
- "auth:login:hardis",
308
- "hardis:login:auth",
309
- "login:hardis:auth",
310
- "login:auth:hardis"
305
+ "hardis:config:get",
306
+ "config:hardis:get",
307
+ "config:get:hardis",
308
+ "hardis:get:config",
309
+ "get:hardis:config",
310
+ "get:config:hardis"
311
311
  ]
312
312
  },
313
313
  "hardis:doc:fieldusage": {
@@ -8841,135 +8841,6 @@
8841
8841
  "promote:version:package:hardis"
8842
8842
  ]
8843
8843
  },
8844
- "hardis:project:configure:auth": {
8845
- "aliases": [],
8846
- "args": {},
8847
- "description": "Configure authentication from git branch to target org",
8848
- "examples": [
8849
- "$ sf hardis:project:configure:auth"
8850
- ],
8851
- "flags": {
8852
- "json": {
8853
- "description": "Format output as json.",
8854
- "helpGroup": "GLOBAL",
8855
- "name": "json",
8856
- "allowNo": false,
8857
- "type": "boolean"
8858
- },
8859
- "flags-dir": {
8860
- "helpGroup": "GLOBAL",
8861
- "name": "flags-dir",
8862
- "summary": "Import flag values from a directory.",
8863
- "hasDynamicHelp": false,
8864
- "multiple": false,
8865
- "type": "option"
8866
- },
8867
- "devhub": {
8868
- "char": "b",
8869
- "description": "Configure project DevHub",
8870
- "name": "devhub",
8871
- "allowNo": false,
8872
- "type": "boolean"
8873
- },
8874
- "debug": {
8875
- "char": "d",
8876
- "description": "Activate debug mode (more logs)",
8877
- "name": "debug",
8878
- "allowNo": false,
8879
- "type": "boolean"
8880
- },
8881
- "websocket": {
8882
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
8883
- "name": "websocket",
8884
- "hasDynamicHelp": false,
8885
- "multiple": false,
8886
- "type": "option"
8887
- },
8888
- "skipauth": {
8889
- "description": "Skip authentication check when a default username is required",
8890
- "name": "skipauth",
8891
- "allowNo": false,
8892
- "type": "boolean"
8893
- },
8894
- "target-org": {
8895
- "aliases": [
8896
- "targetusername",
8897
- "u"
8898
- ],
8899
- "char": "o",
8900
- "deprecateAliases": true,
8901
- "name": "target-org",
8902
- "noCacheDefault": true,
8903
- "summary": "Username or alias of the target org.",
8904
- "hasDynamicHelp": true,
8905
- "multiple": false,
8906
- "type": "option"
8907
- },
8908
- "target-dev-hub": {
8909
- "aliases": [
8910
- "targetdevhubusername"
8911
- ],
8912
- "char": "v",
8913
- "deprecateAliases": true,
8914
- "name": "target-dev-hub",
8915
- "noCacheDefault": true,
8916
- "required": false,
8917
- "summary": "Username or alias of the Dev Hub org.",
8918
- "hasDynamicHelp": true,
8919
- "multiple": false,
8920
- "type": "option"
8921
- }
8922
- },
8923
- "hasDynamicHelp": true,
8924
- "hiddenAliases": [],
8925
- "id": "hardis:project:configure:auth",
8926
- "pluginAlias": "sfdx-hardis",
8927
- "pluginName": "sfdx-hardis",
8928
- "pluginType": "core",
8929
- "strict": true,
8930
- "enableJsonFlag": true,
8931
- "title": "Configure authentication",
8932
- "requiresProject": false,
8933
- "requiresDependencies": [
8934
- "openssl"
8935
- ],
8936
- "isESM": true,
8937
- "relativePath": [
8938
- "lib",
8939
- "commands",
8940
- "hardis",
8941
- "project",
8942
- "configure",
8943
- "auth.js"
8944
- ],
8945
- "aliasPermutations": [],
8946
- "permutations": [
8947
- "hardis:project:configure:auth",
8948
- "project:hardis:configure:auth",
8949
- "project:configure:hardis:auth",
8950
- "project:configure:auth:hardis",
8951
- "hardis:configure:project:auth",
8952
- "configure:hardis:project:auth",
8953
- "configure:project:hardis:auth",
8954
- "configure:project:auth:hardis",
8955
- "hardis:configure:auth:project",
8956
- "configure:hardis:auth:project",
8957
- "configure:auth:hardis:project",
8958
- "configure:auth:project:hardis",
8959
- "hardis:project:auth:configure",
8960
- "project:hardis:auth:configure",
8961
- "project:auth:hardis:configure",
8962
- "project:auth:configure:hardis",
8963
- "hardis:auth:project:configure",
8964
- "auth:hardis:project:configure",
8965
- "auth:project:hardis:configure",
8966
- "auth:project:configure:hardis",
8967
- "hardis:auth:configure:project",
8968
- "auth:hardis:configure:project",
8969
- "auth:configure:hardis:project",
8970
- "auth:configure:project:hardis"
8971
- ]
8972
- },
8973
8844
  "hardis:project:audit:apiversion": {
8974
8845
  "aliases": [],
8975
8846
  "args": {},
@@ -9383,6 +9254,135 @@
9383
9254
  "remotesites:audit:project:hardis"
9384
9255
  ]
9385
9256
  },
9257
+ "hardis:project:configure:auth": {
9258
+ "aliases": [],
9259
+ "args": {},
9260
+ "description": "Configure authentication from git branch to target org",
9261
+ "examples": [
9262
+ "$ sf hardis:project:configure:auth"
9263
+ ],
9264
+ "flags": {
9265
+ "json": {
9266
+ "description": "Format output as json.",
9267
+ "helpGroup": "GLOBAL",
9268
+ "name": "json",
9269
+ "allowNo": false,
9270
+ "type": "boolean"
9271
+ },
9272
+ "flags-dir": {
9273
+ "helpGroup": "GLOBAL",
9274
+ "name": "flags-dir",
9275
+ "summary": "Import flag values from a directory.",
9276
+ "hasDynamicHelp": false,
9277
+ "multiple": false,
9278
+ "type": "option"
9279
+ },
9280
+ "devhub": {
9281
+ "char": "b",
9282
+ "description": "Configure project DevHub",
9283
+ "name": "devhub",
9284
+ "allowNo": false,
9285
+ "type": "boolean"
9286
+ },
9287
+ "debug": {
9288
+ "char": "d",
9289
+ "description": "Activate debug mode (more logs)",
9290
+ "name": "debug",
9291
+ "allowNo": false,
9292
+ "type": "boolean"
9293
+ },
9294
+ "websocket": {
9295
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
9296
+ "name": "websocket",
9297
+ "hasDynamicHelp": false,
9298
+ "multiple": false,
9299
+ "type": "option"
9300
+ },
9301
+ "skipauth": {
9302
+ "description": "Skip authentication check when a default username is required",
9303
+ "name": "skipauth",
9304
+ "allowNo": false,
9305
+ "type": "boolean"
9306
+ },
9307
+ "target-org": {
9308
+ "aliases": [
9309
+ "targetusername",
9310
+ "u"
9311
+ ],
9312
+ "char": "o",
9313
+ "deprecateAliases": true,
9314
+ "name": "target-org",
9315
+ "noCacheDefault": true,
9316
+ "summary": "Username or alias of the target org.",
9317
+ "hasDynamicHelp": true,
9318
+ "multiple": false,
9319
+ "type": "option"
9320
+ },
9321
+ "target-dev-hub": {
9322
+ "aliases": [
9323
+ "targetdevhubusername"
9324
+ ],
9325
+ "char": "v",
9326
+ "deprecateAliases": true,
9327
+ "name": "target-dev-hub",
9328
+ "noCacheDefault": true,
9329
+ "required": false,
9330
+ "summary": "Username or alias of the Dev Hub org.",
9331
+ "hasDynamicHelp": true,
9332
+ "multiple": false,
9333
+ "type": "option"
9334
+ }
9335
+ },
9336
+ "hasDynamicHelp": true,
9337
+ "hiddenAliases": [],
9338
+ "id": "hardis:project:configure:auth",
9339
+ "pluginAlias": "sfdx-hardis",
9340
+ "pluginName": "sfdx-hardis",
9341
+ "pluginType": "core",
9342
+ "strict": true,
9343
+ "enableJsonFlag": true,
9344
+ "title": "Configure authentication",
9345
+ "requiresProject": false,
9346
+ "requiresDependencies": [
9347
+ "openssl"
9348
+ ],
9349
+ "isESM": true,
9350
+ "relativePath": [
9351
+ "lib",
9352
+ "commands",
9353
+ "hardis",
9354
+ "project",
9355
+ "configure",
9356
+ "auth.js"
9357
+ ],
9358
+ "aliasPermutations": [],
9359
+ "permutations": [
9360
+ "hardis:project:configure:auth",
9361
+ "project:hardis:configure:auth",
9362
+ "project:configure:hardis:auth",
9363
+ "project:configure:auth:hardis",
9364
+ "hardis:configure:project:auth",
9365
+ "configure:hardis:project:auth",
9366
+ "configure:project:hardis:auth",
9367
+ "configure:project:auth:hardis",
9368
+ "hardis:configure:auth:project",
9369
+ "configure:hardis:auth:project",
9370
+ "configure:auth:hardis:project",
9371
+ "configure:auth:project:hardis",
9372
+ "hardis:project:auth:configure",
9373
+ "project:hardis:auth:configure",
9374
+ "project:auth:hardis:configure",
9375
+ "project:auth:configure:hardis",
9376
+ "hardis:auth:project:configure",
9377
+ "auth:hardis:project:configure",
9378
+ "auth:project:hardis:configure",
9379
+ "auth:project:configure:hardis",
9380
+ "hardis:auth:configure:project",
9381
+ "auth:hardis:configure:project",
9382
+ "auth:configure:hardis:project",
9383
+ "auth:configure:project:hardis"
9384
+ ]
9385
+ },
9386
9386
  "hardis:project:convert:profilestopermsets": {
9387
9387
  "aliases": [],
9388
9388
  "args": {},
@@ -14843,5 +14843,5 @@
14843
14843
  ]
14844
14844
  }
14845
14845
  },
14846
- "version": "5.44.2-alpha202507221133.0"
14846
+ "version": "5.44.2-alpha202507221159.0"
14847
14847
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
4
4
  "author": "NicolasVuillamy @nvuillam",
5
5
  "bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
6
- "version": "5.44.2-alpha202507221133.0",
6
+ "version": "5.44.2-alpha202507221159.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.1",
9
9
  "@cparra/apexdocs": "^3.14.0",
@@ -75,7 +75,8 @@
75
75
  "xpath": "^0.0.34"
76
76
  },
77
77
  "resolutions": {
78
- "@langchain/core": "0.3.57"
78
+ "@langchain/core": "0.3.57",
79
+ "form-data": "4.0.4"
79
80
  },
80
81
  "devDependencies": {
81
82
  "@oclif/plugin-command-snapshot": "^5.3.4",