sfdx-hardis 5.21.5-alpha202503112251.0 → 5.23.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.
@@ -459,9 +459,23 @@
459
459
  "name": "skipauth",
460
460
  "allowNo": false,
461
461
  "type": "boolean"
462
+ },
463
+ "target-org": {
464
+ "aliases": [
465
+ "targetusername",
466
+ "u"
467
+ ],
468
+ "char": "o",
469
+ "deprecateAliases": true,
470
+ "name": "target-org",
471
+ "noCacheDefault": true,
472
+ "summary": "Username or alias of the target org.",
473
+ "hasDynamicHelp": true,
474
+ "multiple": false,
475
+ "type": "option"
462
476
  }
463
477
  },
464
- "hasDynamicHelp": false,
478
+ "hasDynamicHelp": true,
465
479
  "hiddenAliases": [],
466
480
  "id": "hardis:doc:flow2markdown",
467
481
  "pluginAlias": "sfdx-hardis",
@@ -6334,7 +6348,7 @@
6334
6348
  "hardis:org:files:export": {
6335
6349
  "aliases": [],
6336
6350
  "args": {},
6337
- "description": "Export file attachments from a Salesforce org\n\nSee article below\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
6351
+ "description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
6338
6352
  "examples": [
6339
6353
  "$ sf hardis:org:files:export"
6340
6354
  ],
@@ -8943,135 +8957,6 @@
8943
8957
  "remotesites:audit:project:hardis"
8944
8958
  ]
8945
8959
  },
8946
- "hardis:project:configure:auth": {
8947
- "aliases": [],
8948
- "args": {},
8949
- "description": "Configure authentication from git branch to target org",
8950
- "examples": [
8951
- "$ sf hardis:project:configure:auth"
8952
- ],
8953
- "flags": {
8954
- "json": {
8955
- "description": "Format output as json.",
8956
- "helpGroup": "GLOBAL",
8957
- "name": "json",
8958
- "allowNo": false,
8959
- "type": "boolean"
8960
- },
8961
- "flags-dir": {
8962
- "helpGroup": "GLOBAL",
8963
- "name": "flags-dir",
8964
- "summary": "Import flag values from a directory.",
8965
- "hasDynamicHelp": false,
8966
- "multiple": false,
8967
- "type": "option"
8968
- },
8969
- "devhub": {
8970
- "char": "b",
8971
- "description": "Configure project DevHub",
8972
- "name": "devhub",
8973
- "allowNo": false,
8974
- "type": "boolean"
8975
- },
8976
- "debug": {
8977
- "char": "d",
8978
- "description": "Activate debug mode (more logs)",
8979
- "name": "debug",
8980
- "allowNo": false,
8981
- "type": "boolean"
8982
- },
8983
- "websocket": {
8984
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
8985
- "name": "websocket",
8986
- "hasDynamicHelp": false,
8987
- "multiple": false,
8988
- "type": "option"
8989
- },
8990
- "skipauth": {
8991
- "description": "Skip authentication check when a default username is required",
8992
- "name": "skipauth",
8993
- "allowNo": false,
8994
- "type": "boolean"
8995
- },
8996
- "target-org": {
8997
- "aliases": [
8998
- "targetusername",
8999
- "u"
9000
- ],
9001
- "char": "o",
9002
- "deprecateAliases": true,
9003
- "name": "target-org",
9004
- "noCacheDefault": true,
9005
- "summary": "Username or alias of the target org.",
9006
- "hasDynamicHelp": true,
9007
- "multiple": false,
9008
- "type": "option"
9009
- },
9010
- "target-dev-hub": {
9011
- "aliases": [
9012
- "targetdevhubusername"
9013
- ],
9014
- "char": "v",
9015
- "deprecateAliases": true,
9016
- "name": "target-dev-hub",
9017
- "noCacheDefault": true,
9018
- "required": false,
9019
- "summary": "Username or alias of the Dev Hub org.",
9020
- "hasDynamicHelp": true,
9021
- "multiple": false,
9022
- "type": "option"
9023
- }
9024
- },
9025
- "hasDynamicHelp": true,
9026
- "hiddenAliases": [],
9027
- "id": "hardis:project:configure:auth",
9028
- "pluginAlias": "sfdx-hardis",
9029
- "pluginName": "sfdx-hardis",
9030
- "pluginType": "core",
9031
- "strict": true,
9032
- "enableJsonFlag": true,
9033
- "title": "Configure authentication",
9034
- "requiresProject": false,
9035
- "requiresDependencies": [
9036
- "openssl"
9037
- ],
9038
- "isESM": true,
9039
- "relativePath": [
9040
- "lib",
9041
- "commands",
9042
- "hardis",
9043
- "project",
9044
- "configure",
9045
- "auth.js"
9046
- ],
9047
- "aliasPermutations": [],
9048
- "permutations": [
9049
- "hardis:project:configure:auth",
9050
- "project:hardis:configure:auth",
9051
- "project:configure:hardis:auth",
9052
- "project:configure:auth:hardis",
9053
- "hardis:configure:project:auth",
9054
- "configure:hardis:project:auth",
9055
- "configure:project:hardis:auth",
9056
- "configure:project:auth:hardis",
9057
- "hardis:configure:auth:project",
9058
- "configure:hardis:auth:project",
9059
- "configure:auth:hardis:project",
9060
- "configure:auth:project:hardis",
9061
- "hardis:project:auth:configure",
9062
- "project:hardis:auth:configure",
9063
- "project:auth:hardis:configure",
9064
- "project:auth:configure:hardis",
9065
- "hardis:auth:project:configure",
9066
- "auth:hardis:project:configure",
9067
- "auth:project:hardis:configure",
9068
- "auth:project:configure:hardis",
9069
- "hardis:auth:configure:project",
9070
- "auth:hardis:configure:project",
9071
- "auth:configure:hardis:project",
9072
- "auth:configure:project:hardis"
9073
- ]
9074
- },
9075
8960
  "hardis:project:clean:emptyitems": {
9076
8961
  "aliases": [],
9077
8962
  "args": {},
@@ -10557,6 +10442,135 @@
10557
10442
  "xml:clean:project:hardis"
10558
10443
  ]
10559
10444
  },
10445
+ "hardis:project:configure:auth": {
10446
+ "aliases": [],
10447
+ "args": {},
10448
+ "description": "Configure authentication from git branch to target org",
10449
+ "examples": [
10450
+ "$ sf hardis:project:configure:auth"
10451
+ ],
10452
+ "flags": {
10453
+ "json": {
10454
+ "description": "Format output as json.",
10455
+ "helpGroup": "GLOBAL",
10456
+ "name": "json",
10457
+ "allowNo": false,
10458
+ "type": "boolean"
10459
+ },
10460
+ "flags-dir": {
10461
+ "helpGroup": "GLOBAL",
10462
+ "name": "flags-dir",
10463
+ "summary": "Import flag values from a directory.",
10464
+ "hasDynamicHelp": false,
10465
+ "multiple": false,
10466
+ "type": "option"
10467
+ },
10468
+ "devhub": {
10469
+ "char": "b",
10470
+ "description": "Configure project DevHub",
10471
+ "name": "devhub",
10472
+ "allowNo": false,
10473
+ "type": "boolean"
10474
+ },
10475
+ "debug": {
10476
+ "char": "d",
10477
+ "description": "Activate debug mode (more logs)",
10478
+ "name": "debug",
10479
+ "allowNo": false,
10480
+ "type": "boolean"
10481
+ },
10482
+ "websocket": {
10483
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
10484
+ "name": "websocket",
10485
+ "hasDynamicHelp": false,
10486
+ "multiple": false,
10487
+ "type": "option"
10488
+ },
10489
+ "skipauth": {
10490
+ "description": "Skip authentication check when a default username is required",
10491
+ "name": "skipauth",
10492
+ "allowNo": false,
10493
+ "type": "boolean"
10494
+ },
10495
+ "target-org": {
10496
+ "aliases": [
10497
+ "targetusername",
10498
+ "u"
10499
+ ],
10500
+ "char": "o",
10501
+ "deprecateAliases": true,
10502
+ "name": "target-org",
10503
+ "noCacheDefault": true,
10504
+ "summary": "Username or alias of the target org.",
10505
+ "hasDynamicHelp": true,
10506
+ "multiple": false,
10507
+ "type": "option"
10508
+ },
10509
+ "target-dev-hub": {
10510
+ "aliases": [
10511
+ "targetdevhubusername"
10512
+ ],
10513
+ "char": "v",
10514
+ "deprecateAliases": true,
10515
+ "name": "target-dev-hub",
10516
+ "noCacheDefault": true,
10517
+ "required": false,
10518
+ "summary": "Username or alias of the Dev Hub org.",
10519
+ "hasDynamicHelp": true,
10520
+ "multiple": false,
10521
+ "type": "option"
10522
+ }
10523
+ },
10524
+ "hasDynamicHelp": true,
10525
+ "hiddenAliases": [],
10526
+ "id": "hardis:project:configure:auth",
10527
+ "pluginAlias": "sfdx-hardis",
10528
+ "pluginName": "sfdx-hardis",
10529
+ "pluginType": "core",
10530
+ "strict": true,
10531
+ "enableJsonFlag": true,
10532
+ "title": "Configure authentication",
10533
+ "requiresProject": false,
10534
+ "requiresDependencies": [
10535
+ "openssl"
10536
+ ],
10537
+ "isESM": true,
10538
+ "relativePath": [
10539
+ "lib",
10540
+ "commands",
10541
+ "hardis",
10542
+ "project",
10543
+ "configure",
10544
+ "auth.js"
10545
+ ],
10546
+ "aliasPermutations": [],
10547
+ "permutations": [
10548
+ "hardis:project:configure:auth",
10549
+ "project:hardis:configure:auth",
10550
+ "project:configure:hardis:auth",
10551
+ "project:configure:auth:hardis",
10552
+ "hardis:configure:project:auth",
10553
+ "configure:hardis:project:auth",
10554
+ "configure:project:hardis:auth",
10555
+ "configure:project:auth:hardis",
10556
+ "hardis:configure:auth:project",
10557
+ "configure:hardis:auth:project",
10558
+ "configure:auth:hardis:project",
10559
+ "configure:auth:project:hardis",
10560
+ "hardis:project:auth:configure",
10561
+ "project:hardis:auth:configure",
10562
+ "project:auth:hardis:configure",
10563
+ "project:auth:configure:hardis",
10564
+ "hardis:auth:project:configure",
10565
+ "auth:hardis:project:configure",
10566
+ "auth:project:hardis:configure",
10567
+ "auth:project:configure:hardis",
10568
+ "hardis:auth:configure:project",
10569
+ "auth:hardis:configure:project",
10570
+ "auth:configure:hardis:project",
10571
+ "auth:configure:project:hardis"
10572
+ ]
10573
+ },
10560
10574
  "hardis:project:convert:profilestopermsets": {
10561
10575
  "aliases": [],
10562
10576
  "args": {},
@@ -14503,5 +14517,5 @@
14503
14517
  ]
14504
14518
  }
14505
14519
  },
14506
- "version": "5.21.5-alpha202503112251.0"
14520
+ "version": "5.23.0"
14507
14521
  }
package/package.json CHANGED
@@ -3,19 +3,19 @@
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.21.5-alpha202503112251.0",
6
+ "version": "5.23.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.0",
9
9
  "@cparra/apexdocs": "^3.9.0",
10
10
  "@gitbeaker/node": "^35.8.1",
11
- "@oclif/core": "^4.2.4",
11
+ "@oclif/core": "^4.2.10",
12
12
  "@salesforce/core": "^8.8.5",
13
13
  "@salesforce/sf-plugins-core": "^11.3.12",
14
14
  "@slack/types": "^2.14.0",
15
15
  "@slack/web-api": "^7.8.0",
16
16
  "@supercharge/promise-pool": "^3.2.0",
17
17
  "@xmldom/xmldom": "^0.8.10",
18
- "axios": "^1.8.2",
18
+ "axios": "^1.8.3",
19
19
  "azure-devops-node-api": "^14.1.0",
20
20
  "bitbucket": "^2.12.0",
21
21
  "chalk": "^5.4.1",
@@ -93,8 +93,8 @@
93
93
  "@types/which": "^3.0.4",
94
94
  "@types/ws": "^8.18.0",
95
95
  "@types/xml2js": "^0.4.14",
96
- "eslint-plugin-sf-plugin": "^1.20.14",
97
- "oclif": "^4.17.30",
96
+ "eslint-plugin-sf-plugin": "^1.20.16",
97
+ "oclif": "^4.17.34",
98
98
  "ts-node": "^10.9.2",
99
99
  "typescript": "^5.7.3"
100
100
  },