sfdx-hardis 5.44.2-alpha202507221159.0 → 5.44.2-alpha202507221341.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/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image
11
11
  - ghcr.io/hardisgroupcom/sfdx-hardis-ubuntu
12
12
  - Display commands in blue for better readability on BitBucket
13
13
  - Fix bug that did not replace existing comments on BitBucket
14
+ - Decrease docker images size
14
15
 
15
16
  ## [5.44.1] 2025-07-16
16
17
 
@@ -57,12 +57,13 @@
57
57
  "world:hello"
58
58
  ]
59
59
  },
60
- "hardis:cache:clear": {
60
+ "hardis:auth:login": {
61
61
  "aliases": [],
62
62
  "args": {},
63
- "description": "Clear cache generated by sfdx-hardis",
63
+ "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",
64
64
  "examples": [
65
- "$ sf hardis:cache:clear"
65
+ "$ sf hardis:auth:login",
66
+ "CI=true sf hardis:auth:login"
66
67
  ],
67
68
  "flags": {
68
69
  "json": {
@@ -80,6 +81,28 @@
80
81
  "multiple": false,
81
82
  "type": "option"
82
83
  },
84
+ "instanceurl": {
85
+ "char": "r",
86
+ "description": "URL of org instance",
87
+ "name": "instanceurl",
88
+ "hasDynamicHelp": false,
89
+ "multiple": false,
90
+ "type": "option"
91
+ },
92
+ "devhub": {
93
+ "char": "h",
94
+ "description": "Also connect associated DevHub",
95
+ "name": "devhub",
96
+ "allowNo": false,
97
+ "type": "boolean"
98
+ },
99
+ "scratchorg": {
100
+ "char": "s",
101
+ "description": "Scratch org",
102
+ "name": "scratchorg",
103
+ "allowNo": false,
104
+ "type": "boolean"
105
+ },
83
106
  "debug": {
84
107
  "char": "d",
85
108
  "description": "Activate debug mode (more logs)",
@@ -103,39 +126,38 @@
103
126
  },
104
127
  "hasDynamicHelp": false,
105
128
  "hiddenAliases": [],
106
- "id": "hardis:cache:clear",
129
+ "id": "hardis:auth:login",
107
130
  "pluginAlias": "sfdx-hardis",
108
131
  "pluginName": "sfdx-hardis",
109
132
  "pluginType": "core",
110
133
  "strict": true,
111
134
  "enableJsonFlag": true,
112
- "title": "Clear sfdx-hardis cache",
135
+ "title": "Login",
113
136
  "requiresProject": false,
114
137
  "isESM": true,
115
138
  "relativePath": [
116
139
  "lib",
117
140
  "commands",
118
141
  "hardis",
119
- "cache",
120
- "clear.js"
142
+ "auth",
143
+ "login.js"
121
144
  ],
122
145
  "aliasPermutations": [],
123
146
  "permutations": [
124
- "hardis:cache:clear",
125
- "cache:hardis:clear",
126
- "cache:clear:hardis",
127
- "hardis:clear:cache",
128
- "clear:hardis:cache",
129
- "clear:cache:hardis"
147
+ "hardis:auth:login",
148
+ "auth:hardis:login",
149
+ "auth:login:hardis",
150
+ "hardis:login:auth",
151
+ "login:hardis:auth",
152
+ "login:auth:hardis"
130
153
  ]
131
154
  },
132
- "hardis:auth:login": {
155
+ "hardis:cache:clear": {
133
156
  "aliases": [],
134
157
  "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",
158
+ "description": "Clear cache generated by sfdx-hardis",
136
159
  "examples": [
137
- "$ sf hardis:auth:login",
138
- "CI=true sf hardis:auth:login"
160
+ "$ sf hardis:cache:clear"
139
161
  ],
140
162
  "flags": {
141
163
  "json": {
@@ -153,28 +175,6 @@
153
175
  "multiple": false,
154
176
  "type": "option"
155
177
  },
156
- "instanceurl": {
157
- "char": "r",
158
- "description": "URL of org instance",
159
- "name": "instanceurl",
160
- "hasDynamicHelp": false,
161
- "multiple": false,
162
- "type": "option"
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
- },
178
178
  "debug": {
179
179
  "char": "d",
180
180
  "description": "Activate debug mode (more logs)",
@@ -198,30 +198,30 @@
198
198
  },
199
199
  "hasDynamicHelp": false,
200
200
  "hiddenAliases": [],
201
- "id": "hardis:auth:login",
201
+ "id": "hardis:cache:clear",
202
202
  "pluginAlias": "sfdx-hardis",
203
203
  "pluginName": "sfdx-hardis",
204
204
  "pluginType": "core",
205
205
  "strict": true,
206
206
  "enableJsonFlag": true,
207
- "title": "Login",
207
+ "title": "Clear sfdx-hardis cache",
208
208
  "requiresProject": false,
209
209
  "isESM": true,
210
210
  "relativePath": [
211
211
  "lib",
212
212
  "commands",
213
213
  "hardis",
214
- "auth",
215
- "login.js"
214
+ "cache",
215
+ "clear.js"
216
216
  ],
217
217
  "aliasPermutations": [],
218
218
  "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"
219
+ "hardis:cache:clear",
220
+ "cache:hardis:clear",
221
+ "cache:clear:hardis",
222
+ "hardis:clear:cache",
223
+ "clear:hardis:cache",
224
+ "clear:cache:hardis"
225
225
  ]
226
226
  },
227
227
  "hardis:config:get": {
@@ -5738,6 +5738,121 @@
5738
5738
  "import:files:org:hardis"
5739
5739
  ]
5740
5740
  },
5741
+ "hardis:org:generate:packagexmlfull": {
5742
+ "aliases": [],
5743
+ "args": {},
5744
+ "description": "Generates full org package.xml, including managed items",
5745
+ "examples": [
5746
+ "$ sf hardis:org:generate:packagexmlfull",
5747
+ "$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
5748
+ "$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
5749
+ ],
5750
+ "flags": {
5751
+ "json": {
5752
+ "description": "Format output as json.",
5753
+ "helpGroup": "GLOBAL",
5754
+ "name": "json",
5755
+ "allowNo": false,
5756
+ "type": "boolean"
5757
+ },
5758
+ "flags-dir": {
5759
+ "helpGroup": "GLOBAL",
5760
+ "name": "flags-dir",
5761
+ "summary": "Import flag values from a directory.",
5762
+ "hasDynamicHelp": false,
5763
+ "multiple": false,
5764
+ "type": "option"
5765
+ },
5766
+ "outputfile": {
5767
+ "description": "Output package.xml file",
5768
+ "name": "outputfile",
5769
+ "hasDynamicHelp": false,
5770
+ "multiple": false,
5771
+ "type": "option"
5772
+ },
5773
+ "debug": {
5774
+ "char": "d",
5775
+ "description": "Activate debug mode (more logs)",
5776
+ "name": "debug",
5777
+ "allowNo": false,
5778
+ "type": "boolean"
5779
+ },
5780
+ "websocket": {
5781
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
5782
+ "name": "websocket",
5783
+ "hasDynamicHelp": false,
5784
+ "multiple": false,
5785
+ "type": "option"
5786
+ },
5787
+ "skipauth": {
5788
+ "description": "Skip authentication check when a default username is required",
5789
+ "name": "skipauth",
5790
+ "allowNo": false,
5791
+ "type": "boolean"
5792
+ },
5793
+ "target-org": {
5794
+ "aliases": [
5795
+ "targetusername",
5796
+ "u"
5797
+ ],
5798
+ "char": "o",
5799
+ "deprecateAliases": true,
5800
+ "name": "target-org",
5801
+ "noCacheDefault": true,
5802
+ "required": true,
5803
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
5804
+ "hasDynamicHelp": true,
5805
+ "multiple": false,
5806
+ "type": "option"
5807
+ }
5808
+ },
5809
+ "hasDynamicHelp": true,
5810
+ "hiddenAliases": [],
5811
+ "id": "hardis:org:generate:packagexmlfull",
5812
+ "pluginAlias": "sfdx-hardis",
5813
+ "pluginName": "sfdx-hardis",
5814
+ "pluginType": "core",
5815
+ "strict": true,
5816
+ "enableJsonFlag": true,
5817
+ "title": "Generate Full Org package.xml",
5818
+ "requiresProject": false,
5819
+ "isESM": true,
5820
+ "relativePath": [
5821
+ "lib",
5822
+ "commands",
5823
+ "hardis",
5824
+ "org",
5825
+ "generate",
5826
+ "packagexmlfull.js"
5827
+ ],
5828
+ "aliasPermutations": [],
5829
+ "permutations": [
5830
+ "hardis:org:generate:packagexmlfull",
5831
+ "org:hardis:generate:packagexmlfull",
5832
+ "org:generate:hardis:packagexmlfull",
5833
+ "org:generate:packagexmlfull:hardis",
5834
+ "hardis:generate:org:packagexmlfull",
5835
+ "generate:hardis:org:packagexmlfull",
5836
+ "generate:org:hardis:packagexmlfull",
5837
+ "generate:org:packagexmlfull:hardis",
5838
+ "hardis:generate:packagexmlfull:org",
5839
+ "generate:hardis:packagexmlfull:org",
5840
+ "generate:packagexmlfull:hardis:org",
5841
+ "generate:packagexmlfull:org:hardis",
5842
+ "hardis:org:packagexmlfull:generate",
5843
+ "org:hardis:packagexmlfull:generate",
5844
+ "org:packagexmlfull:hardis:generate",
5845
+ "org:packagexmlfull:generate:hardis",
5846
+ "hardis:packagexmlfull:org:generate",
5847
+ "packagexmlfull:hardis:org:generate",
5848
+ "packagexmlfull:org:hardis:generate",
5849
+ "packagexmlfull:org:generate:hardis",
5850
+ "hardis:packagexmlfull:generate:org",
5851
+ "packagexmlfull:hardis:generate:org",
5852
+ "packagexmlfull:generate:hardis:org",
5853
+ "packagexmlfull:generate:org:hardis"
5854
+ ]
5855
+ },
5741
5856
  "hardis:org:diagnose:audittrail": {
5742
5857
  "aliases": [],
5743
5858
  "args": {},
@@ -7002,121 +7117,6 @@
7002
7117
  "listviewmine:fix:org:hardis"
7003
7118
  ]
7004
7119
  },
7005
- "hardis:org:generate:packagexmlfull": {
7006
- "aliases": [],
7007
- "args": {},
7008
- "description": "Generates full org package.xml, including managed items",
7009
- "examples": [
7010
- "$ sf hardis:org:generate:packagexmlfull",
7011
- "$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
7012
- "$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
7013
- ],
7014
- "flags": {
7015
- "json": {
7016
- "description": "Format output as json.",
7017
- "helpGroup": "GLOBAL",
7018
- "name": "json",
7019
- "allowNo": false,
7020
- "type": "boolean"
7021
- },
7022
- "flags-dir": {
7023
- "helpGroup": "GLOBAL",
7024
- "name": "flags-dir",
7025
- "summary": "Import flag values from a directory.",
7026
- "hasDynamicHelp": false,
7027
- "multiple": false,
7028
- "type": "option"
7029
- },
7030
- "outputfile": {
7031
- "description": "Output package.xml file",
7032
- "name": "outputfile",
7033
- "hasDynamicHelp": false,
7034
- "multiple": false,
7035
- "type": "option"
7036
- },
7037
- "debug": {
7038
- "char": "d",
7039
- "description": "Activate debug mode (more logs)",
7040
- "name": "debug",
7041
- "allowNo": false,
7042
- "type": "boolean"
7043
- },
7044
- "websocket": {
7045
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
7046
- "name": "websocket",
7047
- "hasDynamicHelp": false,
7048
- "multiple": false,
7049
- "type": "option"
7050
- },
7051
- "skipauth": {
7052
- "description": "Skip authentication check when a default username is required",
7053
- "name": "skipauth",
7054
- "allowNo": false,
7055
- "type": "boolean"
7056
- },
7057
- "target-org": {
7058
- "aliases": [
7059
- "targetusername",
7060
- "u"
7061
- ],
7062
- "char": "o",
7063
- "deprecateAliases": true,
7064
- "name": "target-org",
7065
- "noCacheDefault": true,
7066
- "required": true,
7067
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
7068
- "hasDynamicHelp": true,
7069
- "multiple": false,
7070
- "type": "option"
7071
- }
7072
- },
7073
- "hasDynamicHelp": true,
7074
- "hiddenAliases": [],
7075
- "id": "hardis:org:generate:packagexmlfull",
7076
- "pluginAlias": "sfdx-hardis",
7077
- "pluginName": "sfdx-hardis",
7078
- "pluginType": "core",
7079
- "strict": true,
7080
- "enableJsonFlag": true,
7081
- "title": "Generate Full Org package.xml",
7082
- "requiresProject": false,
7083
- "isESM": true,
7084
- "relativePath": [
7085
- "lib",
7086
- "commands",
7087
- "hardis",
7088
- "org",
7089
- "generate",
7090
- "packagexmlfull.js"
7091
- ],
7092
- "aliasPermutations": [],
7093
- "permutations": [
7094
- "hardis:org:generate:packagexmlfull",
7095
- "org:hardis:generate:packagexmlfull",
7096
- "org:generate:hardis:packagexmlfull",
7097
- "org:generate:packagexmlfull:hardis",
7098
- "hardis:generate:org:packagexmlfull",
7099
- "generate:hardis:org:packagexmlfull",
7100
- "generate:org:hardis:packagexmlfull",
7101
- "generate:org:packagexmlfull:hardis",
7102
- "hardis:generate:packagexmlfull:org",
7103
- "generate:hardis:packagexmlfull:org",
7104
- "generate:packagexmlfull:hardis:org",
7105
- "generate:packagexmlfull:org:hardis",
7106
- "hardis:org:packagexmlfull:generate",
7107
- "org:hardis:packagexmlfull:generate",
7108
- "org:packagexmlfull:hardis:generate",
7109
- "org:packagexmlfull:generate:hardis",
7110
- "hardis:packagexmlfull:org:generate",
7111
- "packagexmlfull:hardis:org:generate",
7112
- "packagexmlfull:org:hardis:generate",
7113
- "packagexmlfull:org:generate:hardis",
7114
- "hardis:packagexmlfull:generate:org",
7115
- "packagexmlfull:hardis:generate:org",
7116
- "packagexmlfull:generate:hardis:org",
7117
- "packagexmlfull:generate:org:hardis"
7118
- ]
7119
- },
7120
7120
  "hardis:org:monitor:all": {
7121
7121
  "aliases": [],
7122
7122
  "args": {},
@@ -14843,5 +14843,5 @@
14843
14843
  ]
14844
14844
  }
14845
14845
  },
14846
- "version": "5.44.2-alpha202507221159.0"
14846
+ "version": "5.44.2-alpha202507221341.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-alpha202507221159.0",
6
+ "version": "5.44.2-alpha202507221341.0",
7
7
  "dependencies": {
8
8
  "@actions/github": "^6.0.1",
9
9
  "@cparra/apexdocs": "^3.14.0",