sfdx-hardis 5.44.2-alpha202507221106.0 → 5.44.2-alpha202507221133.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.
Files changed (3) hide show
  1. package/oclif.lock +3477 -3234
  2. package/oclif.manifest.json +322 -322
  3. package/package.json +1 -1
@@ -129,13 +129,12 @@
129
129
  "clear:cache:hardis"
130
130
  ]
131
131
  },
132
- "hardis:auth:login": {
132
+ "hardis:config:get": {
133
133
  "aliases": [],
134
134
  "args": {},
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",
135
+ "description": "Returns sfdx-hardis project config for a given level",
136
136
  "examples": [
137
- "$ sf hardis:auth:login",
138
- "CI=true sf hardis:auth:login"
137
+ "$ sf hardis:project:deploy:sources:metadata"
139
138
  ],
140
139
  "flags": {
141
140
  "json": {
@@ -153,28 +152,20 @@
153
152
  "multiple": false,
154
153
  "type": "option"
155
154
  },
156
- "instanceurl": {
157
- "char": "r",
158
- "description": "URL of org instance",
159
- "name": "instanceurl",
155
+ "level": {
156
+ "char": "l",
157
+ "description": "project,branch or user",
158
+ "name": "level",
159
+ "default": "project",
160
160
  "hasDynamicHelp": false,
161
161
  "multiple": false,
162
+ "options": [
163
+ "project",
164
+ "branch",
165
+ "user"
166
+ ],
162
167
  "type": "option"
163
168
  },
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
- },
178
169
  "debug": {
179
170
  "char": "d",
180
171
  "description": "Activate debug mode (more logs)",
@@ -198,38 +189,39 @@
198
189
  },
199
190
  "hasDynamicHelp": false,
200
191
  "hiddenAliases": [],
201
- "id": "hardis:auth:login",
192
+ "id": "hardis:config:get",
202
193
  "pluginAlias": "sfdx-hardis",
203
194
  "pluginName": "sfdx-hardis",
204
195
  "pluginType": "core",
205
196
  "strict": true,
206
197
  "enableJsonFlag": true,
207
- "title": "Login",
198
+ "title": "Deploy metadata sources to org",
208
199
  "requiresProject": false,
209
200
  "isESM": true,
210
201
  "relativePath": [
211
202
  "lib",
212
203
  "commands",
213
204
  "hardis",
214
- "auth",
215
- "login.js"
205
+ "config",
206
+ "get.js"
216
207
  ],
217
208
  "aliasPermutations": [],
218
209
  "permutations": [
219
- "hardis:auth:login",
220
- "auth:hardis:login",
221
- "auth:login:hardis",
222
- "hardis:login:auth",
223
- "login:hardis:auth",
224
- "login:auth:hardis"
210
+ "hardis:config:get",
211
+ "config:hardis:get",
212
+ "config:get:hardis",
213
+ "hardis:get:config",
214
+ "get:hardis:config",
215
+ "get:config:hardis"
225
216
  ]
226
217
  },
227
- "hardis:config:get": {
218
+ "hardis:auth:login": {
228
219
  "aliases": [],
229
220
  "args": {},
230
- "description": "Returns sfdx-hardis project config for a given level",
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",
231
222
  "examples": [
232
- "$ sf hardis:project:deploy:sources:metadata"
223
+ "$ sf hardis:auth:login",
224
+ "CI=true sf hardis:auth:login"
233
225
  ],
234
226
  "flags": {
235
227
  "json": {
@@ -247,20 +239,28 @@
247
239
  "multiple": false,
248
240
  "type": "option"
249
241
  },
250
- "level": {
251
- "char": "l",
252
- "description": "project,branch or user",
253
- "name": "level",
254
- "default": "project",
242
+ "instanceurl": {
243
+ "char": "r",
244
+ "description": "URL of org instance",
245
+ "name": "instanceurl",
255
246
  "hasDynamicHelp": false,
256
247
  "multiple": false,
257
- "options": [
258
- "project",
259
- "branch",
260
- "user"
261
- ],
262
248
  "type": "option"
263
249
  },
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:config:get",
287
+ "id": "hardis:auth:login",
288
288
  "pluginAlias": "sfdx-hardis",
289
289
  "pluginName": "sfdx-hardis",
290
290
  "pluginType": "core",
291
291
  "strict": true,
292
292
  "enableJsonFlag": true,
293
- "title": "Deploy metadata sources to org",
293
+ "title": "Login",
294
294
  "requiresProject": false,
295
295
  "isESM": true,
296
296
  "relativePath": [
297
297
  "lib",
298
298
  "commands",
299
299
  "hardis",
300
- "config",
301
- "get.js"
300
+ "auth",
301
+ "login.js"
302
302
  ],
303
303
  "aliasPermutations": [],
304
304
  "permutations": [
305
- "hardis:config:get",
306
- "config:hardis:get",
307
- "config:get:hardis",
308
- "hardis:get:config",
309
- "get:hardis:config",
310
- "get:config:hardis"
305
+ "hardis:auth:login",
306
+ "auth:hardis:login",
307
+ "auth:login:hardis",
308
+ "hardis:login:auth",
309
+ "login:hardis:auth",
310
+ "login:auth:hardis"
311
311
  ]
312
312
  },
313
313
  "hardis:doc:fieldusage": {
@@ -7592,113 +7592,6 @@
7592
7592
  "limits:monitor:org:hardis"
7593
7593
  ]
7594
7594
  },
7595
- "hardis:org:retrieve:packageconfig": {
7596
- "aliases": [],
7597
- "args": {},
7598
- "description": "Retrieve package configuration from an org",
7599
- "examples": [
7600
- "$ sf hardis:org:retrieve:packageconfig",
7601
- "sf hardis:org:retrieve:packageconfig -u myOrg"
7602
- ],
7603
- "flags": {
7604
- "json": {
7605
- "description": "Format output as json.",
7606
- "helpGroup": "GLOBAL",
7607
- "name": "json",
7608
- "allowNo": false,
7609
- "type": "boolean"
7610
- },
7611
- "flags-dir": {
7612
- "helpGroup": "GLOBAL",
7613
- "name": "flags-dir",
7614
- "summary": "Import flag values from a directory.",
7615
- "hasDynamicHelp": false,
7616
- "multiple": false,
7617
- "type": "option"
7618
- },
7619
- "debug": {
7620
- "char": "d",
7621
- "description": "Activate debug mode (more logs)",
7622
- "name": "debug",
7623
- "allowNo": false,
7624
- "type": "boolean"
7625
- },
7626
- "websocket": {
7627
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
7628
- "name": "websocket",
7629
- "hasDynamicHelp": false,
7630
- "multiple": false,
7631
- "type": "option"
7632
- },
7633
- "skipauth": {
7634
- "description": "Skip authentication check when a default username is required",
7635
- "name": "skipauth",
7636
- "allowNo": false,
7637
- "type": "boolean"
7638
- },
7639
- "target-org": {
7640
- "aliases": [
7641
- "targetusername",
7642
- "u"
7643
- ],
7644
- "char": "o",
7645
- "deprecateAliases": true,
7646
- "name": "target-org",
7647
- "noCacheDefault": true,
7648
- "required": true,
7649
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
7650
- "hasDynamicHelp": true,
7651
- "multiple": false,
7652
- "type": "option"
7653
- }
7654
- },
7655
- "hasDynamicHelp": true,
7656
- "hiddenAliases": [],
7657
- "id": "hardis:org:retrieve:packageconfig",
7658
- "pluginAlias": "sfdx-hardis",
7659
- "pluginName": "sfdx-hardis",
7660
- "pluginType": "core",
7661
- "strict": true,
7662
- "enableJsonFlag": true,
7663
- "title": "Retrieve package configuration from an org",
7664
- "requiresProject": false,
7665
- "isESM": true,
7666
- "relativePath": [
7667
- "lib",
7668
- "commands",
7669
- "hardis",
7670
- "org",
7671
- "retrieve",
7672
- "packageconfig.js"
7673
- ],
7674
- "aliasPermutations": [],
7675
- "permutations": [
7676
- "hardis:org:retrieve:packageconfig",
7677
- "org:hardis:retrieve:packageconfig",
7678
- "org:retrieve:hardis:packageconfig",
7679
- "org:retrieve:packageconfig:hardis",
7680
- "hardis:retrieve:org:packageconfig",
7681
- "retrieve:hardis:org:packageconfig",
7682
- "retrieve:org:hardis:packageconfig",
7683
- "retrieve:org:packageconfig:hardis",
7684
- "hardis:retrieve:packageconfig:org",
7685
- "retrieve:hardis:packageconfig:org",
7686
- "retrieve:packageconfig:hardis:org",
7687
- "retrieve:packageconfig:org:hardis",
7688
- "hardis:org:packageconfig:retrieve",
7689
- "org:hardis:packageconfig:retrieve",
7690
- "org:packageconfig:hardis:retrieve",
7691
- "org:packageconfig:retrieve:hardis",
7692
- "hardis:packageconfig:org:retrieve",
7693
- "packageconfig:hardis:org:retrieve",
7694
- "packageconfig:org:hardis:retrieve",
7695
- "packageconfig:org:retrieve:hardis",
7696
- "hardis:packageconfig:retrieve:org",
7697
- "packageconfig:hardis:retrieve:org",
7698
- "packageconfig:retrieve:hardis:org",
7699
- "packageconfig:retrieve:org:hardis"
7700
- ]
7701
- },
7702
7595
  "hardis:org:purge:apexlog": {
7703
7596
  "aliases": [],
7704
7597
  "args": {},
@@ -7967,12 +7860,13 @@
7967
7860
  "flow:purge:org:hardis"
7968
7861
  ]
7969
7862
  },
7970
- "hardis:org:test:apex": {
7863
+ "hardis:org:retrieve:packageconfig": {
7971
7864
  "aliases": [],
7972
7865
  "args": {},
7973
- "description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
7866
+ "description": "Retrieve package configuration from an org",
7974
7867
  "examples": [
7975
- "$ sf hardis:org:test:apex"
7868
+ "$ sf hardis:org:retrieve:packageconfig",
7869
+ "sf hardis:org:retrieve:packageconfig -u myOrg"
7976
7870
  ],
7977
7871
  "flags": {
7978
7872
  "json": {
@@ -7990,21 +7884,6 @@
7990
7884
  "multiple": false,
7991
7885
  "type": "option"
7992
7886
  },
7993
- "testlevel": {
7994
- "char": "l",
7995
- "description": "Level of tests to apply to validate deployment",
7996
- "name": "testlevel",
7997
- "default": "RunLocalTests",
7998
- "hasDynamicHelp": false,
7999
- "multiple": false,
8000
- "options": [
8001
- "NoTestRun",
8002
- "RunSpecifiedTests",
8003
- "RunLocalTests",
8004
- "RunAllTestsInOrg"
8005
- ],
8006
- "type": "option"
8007
- },
8008
7887
  "debug": {
8009
7888
  "char": "d",
8010
7889
  "description": "Activate debug mode (more logs)",
@@ -8043,32 +7922,153 @@
8043
7922
  },
8044
7923
  "hasDynamicHelp": true,
8045
7924
  "hiddenAliases": [],
8046
- "id": "hardis:org:test:apex",
7925
+ "id": "hardis:org:retrieve:packageconfig",
8047
7926
  "pluginAlias": "sfdx-hardis",
8048
7927
  "pluginName": "sfdx-hardis",
8049
7928
  "pluginType": "core",
8050
7929
  "strict": true,
8051
7930
  "enableJsonFlag": true,
8052
- "title": "Run apex tests",
7931
+ "title": "Retrieve package configuration from an org",
7932
+ "requiresProject": false,
8053
7933
  "isESM": true,
8054
7934
  "relativePath": [
8055
7935
  "lib",
8056
7936
  "commands",
8057
7937
  "hardis",
8058
7938
  "org",
8059
- "test",
8060
- "apex.js"
7939
+ "retrieve",
7940
+ "packageconfig.js"
8061
7941
  ],
8062
7942
  "aliasPermutations": [],
8063
7943
  "permutations": [
8064
- "hardis:org:test:apex",
8065
- "org:hardis:test:apex",
8066
- "org:test:hardis:apex",
8067
- "org:test:apex:hardis",
8068
- "hardis:test:org:apex",
8069
- "test:hardis:org:apex",
8070
- "test:org:hardis:apex",
8071
- "test:org:apex:hardis",
7944
+ "hardis:org:retrieve:packageconfig",
7945
+ "org:hardis:retrieve:packageconfig",
7946
+ "org:retrieve:hardis:packageconfig",
7947
+ "org:retrieve:packageconfig:hardis",
7948
+ "hardis:retrieve:org:packageconfig",
7949
+ "retrieve:hardis:org:packageconfig",
7950
+ "retrieve:org:hardis:packageconfig",
7951
+ "retrieve:org:packageconfig:hardis",
7952
+ "hardis:retrieve:packageconfig:org",
7953
+ "retrieve:hardis:packageconfig:org",
7954
+ "retrieve:packageconfig:hardis:org",
7955
+ "retrieve:packageconfig:org:hardis",
7956
+ "hardis:org:packageconfig:retrieve",
7957
+ "org:hardis:packageconfig:retrieve",
7958
+ "org:packageconfig:hardis:retrieve",
7959
+ "org:packageconfig:retrieve:hardis",
7960
+ "hardis:packageconfig:org:retrieve",
7961
+ "packageconfig:hardis:org:retrieve",
7962
+ "packageconfig:org:hardis:retrieve",
7963
+ "packageconfig:org:retrieve:hardis",
7964
+ "hardis:packageconfig:retrieve:org",
7965
+ "packageconfig:hardis:retrieve:org",
7966
+ "packageconfig:retrieve:hardis:org",
7967
+ "packageconfig:retrieve:org:hardis"
7968
+ ]
7969
+ },
7970
+ "hardis:org:test:apex": {
7971
+ "aliases": [],
7972
+ "args": {},
7973
+ "description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
7974
+ "examples": [
7975
+ "$ sf hardis:org:test:apex"
7976
+ ],
7977
+ "flags": {
7978
+ "json": {
7979
+ "description": "Format output as json.",
7980
+ "helpGroup": "GLOBAL",
7981
+ "name": "json",
7982
+ "allowNo": false,
7983
+ "type": "boolean"
7984
+ },
7985
+ "flags-dir": {
7986
+ "helpGroup": "GLOBAL",
7987
+ "name": "flags-dir",
7988
+ "summary": "Import flag values from a directory.",
7989
+ "hasDynamicHelp": false,
7990
+ "multiple": false,
7991
+ "type": "option"
7992
+ },
7993
+ "testlevel": {
7994
+ "char": "l",
7995
+ "description": "Level of tests to apply to validate deployment",
7996
+ "name": "testlevel",
7997
+ "default": "RunLocalTests",
7998
+ "hasDynamicHelp": false,
7999
+ "multiple": false,
8000
+ "options": [
8001
+ "NoTestRun",
8002
+ "RunSpecifiedTests",
8003
+ "RunLocalTests",
8004
+ "RunAllTestsInOrg"
8005
+ ],
8006
+ "type": "option"
8007
+ },
8008
+ "debug": {
8009
+ "char": "d",
8010
+ "description": "Activate debug mode (more logs)",
8011
+ "name": "debug",
8012
+ "allowNo": false,
8013
+ "type": "boolean"
8014
+ },
8015
+ "websocket": {
8016
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
8017
+ "name": "websocket",
8018
+ "hasDynamicHelp": false,
8019
+ "multiple": false,
8020
+ "type": "option"
8021
+ },
8022
+ "skipauth": {
8023
+ "description": "Skip authentication check when a default username is required",
8024
+ "name": "skipauth",
8025
+ "allowNo": false,
8026
+ "type": "boolean"
8027
+ },
8028
+ "target-org": {
8029
+ "aliases": [
8030
+ "targetusername",
8031
+ "u"
8032
+ ],
8033
+ "char": "o",
8034
+ "deprecateAliases": true,
8035
+ "name": "target-org",
8036
+ "noCacheDefault": true,
8037
+ "required": true,
8038
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
8039
+ "hasDynamicHelp": true,
8040
+ "multiple": false,
8041
+ "type": "option"
8042
+ }
8043
+ },
8044
+ "hasDynamicHelp": true,
8045
+ "hiddenAliases": [],
8046
+ "id": "hardis:org:test:apex",
8047
+ "pluginAlias": "sfdx-hardis",
8048
+ "pluginName": "sfdx-hardis",
8049
+ "pluginType": "core",
8050
+ "strict": true,
8051
+ "enableJsonFlag": true,
8052
+ "title": "Run apex tests",
8053
+ "isESM": true,
8054
+ "relativePath": [
8055
+ "lib",
8056
+ "commands",
8057
+ "hardis",
8058
+ "org",
8059
+ "test",
8060
+ "apex.js"
8061
+ ],
8062
+ "aliasPermutations": [],
8063
+ "permutations": [
8064
+ "hardis:org:test:apex",
8065
+ "org:hardis:test:apex",
8066
+ "org:test:hardis:apex",
8067
+ "org:test:apex:hardis",
8068
+ "hardis:test:org:apex",
8069
+ "test:hardis:org:apex",
8070
+ "test:org:hardis:apex",
8071
+ "test:org:apex:hardis",
8072
8072
  "hardis:test:apex:org",
8073
8073
  "test:hardis:apex:org",
8074
8074
  "test:apex:hardis:org",
@@ -8841,6 +8841,135 @@
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
+ },
8844
8973
  "hardis:project:audit:apiversion": {
8845
8974
  "aliases": [],
8846
8975
  "args": {},
@@ -9254,135 +9383,6 @@
9254
9383
  "remotesites:audit:project:hardis"
9255
9384
  ]
9256
9385
  },
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-alpha202507221106.0"
14846
+ "version": "5.44.2-alpha202507221133.0"
14847
14847
  }