sfdx-hardis 5.44.2-alpha202507221328.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/oclif.manifest.json +147 -147
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -57,12 +57,13 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:auth:login": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
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:
|
|
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,38 +126,38 @@
|
|
|
103
126
|
},
|
|
104
127
|
"hasDynamicHelp": false,
|
|
105
128
|
"hiddenAliases": [],
|
|
106
|
-
"id": "hardis:
|
|
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": "
|
|
135
|
+
"title": "Login",
|
|
113
136
|
"requiresProject": false,
|
|
114
137
|
"isESM": true,
|
|
115
138
|
"relativePath": [
|
|
116
139
|
"lib",
|
|
117
140
|
"commands",
|
|
118
141
|
"hardis",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
142
|
+
"auth",
|
|
143
|
+
"login.js"
|
|
121
144
|
],
|
|
122
145
|
"aliasPermutations": [],
|
|
123
146
|
"permutations": [
|
|
124
|
-
"hardis:
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"hardis:
|
|
128
|
-
"
|
|
129
|
-
"
|
|
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:
|
|
155
|
+
"hardis:cache:clear": {
|
|
133
156
|
"aliases": [],
|
|
134
157
|
"args": {},
|
|
135
|
-
"description": "
|
|
158
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
136
159
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
160
|
+
"$ sf hardis:cache:clear"
|
|
138
161
|
],
|
|
139
162
|
"flags": {
|
|
140
163
|
"json": {
|
|
@@ -152,20 +175,6 @@
|
|
|
152
175
|
"multiple": false,
|
|
153
176
|
"type": "option"
|
|
154
177
|
},
|
|
155
|
-
"level": {
|
|
156
|
-
"char": "l",
|
|
157
|
-
"description": "project,branch or user",
|
|
158
|
-
"name": "level",
|
|
159
|
-
"default": "project",
|
|
160
|
-
"hasDynamicHelp": false,
|
|
161
|
-
"multiple": false,
|
|
162
|
-
"options": [
|
|
163
|
-
"project",
|
|
164
|
-
"branch",
|
|
165
|
-
"user"
|
|
166
|
-
],
|
|
167
|
-
"type": "option"
|
|
168
|
-
},
|
|
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:
|
|
201
|
+
"id": "hardis:cache:clear",
|
|
193
202
|
"pluginAlias": "sfdx-hardis",
|
|
194
203
|
"pluginName": "sfdx-hardis",
|
|
195
204
|
"pluginType": "core",
|
|
196
205
|
"strict": true,
|
|
197
206
|
"enableJsonFlag": true,
|
|
198
|
-
"title": "
|
|
207
|
+
"title": "Clear sfdx-hardis cache",
|
|
199
208
|
"requiresProject": false,
|
|
200
209
|
"isESM": true,
|
|
201
210
|
"relativePath": [
|
|
202
211
|
"lib",
|
|
203
212
|
"commands",
|
|
204
213
|
"hardis",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
214
|
+
"cache",
|
|
215
|
+
"clear.js"
|
|
207
216
|
],
|
|
208
217
|
"aliasPermutations": [],
|
|
209
218
|
"permutations": [
|
|
210
|
-
"hardis:
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"hardis:
|
|
214
|
-
"
|
|
215
|
-
"
|
|
219
|
+
"hardis:cache:clear",
|
|
220
|
+
"cache:hardis:clear",
|
|
221
|
+
"cache:clear:hardis",
|
|
222
|
+
"hardis:clear:cache",
|
|
223
|
+
"clear:hardis:cache",
|
|
224
|
+
"clear:cache:hardis"
|
|
216
225
|
]
|
|
217
226
|
},
|
|
218
|
-
"hardis:
|
|
227
|
+
"hardis:config:get": {
|
|
219
228
|
"aliases": [],
|
|
220
229
|
"args": {},
|
|
221
|
-
"description": "
|
|
230
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
222
231
|
"examples": [
|
|
223
|
-
"$ sf hardis:
|
|
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
|
-
"
|
|
243
|
-
"char": "
|
|
244
|
-
"description": "
|
|
245
|
-
"name": "
|
|
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:
|
|
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": "
|
|
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
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"config",
|
|
301
|
+
"get.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
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": {
|
|
@@ -5738,13 +5738,14 @@
|
|
|
5738
5738
|
"import:files:org:hardis"
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
|
-
"hardis:org:
|
|
5741
|
+
"hardis:org:generate:packagexmlfull": {
|
|
5742
5742
|
"aliases": [],
|
|
5743
5743
|
"args": {},
|
|
5744
|
-
"description": "
|
|
5744
|
+
"description": "Generates full org package.xml, including managed items",
|
|
5745
5745
|
"examples": [
|
|
5746
|
-
"$ sf hardis:org:
|
|
5747
|
-
"$ sf hardis:org:
|
|
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"
|
|
5748
5749
|
],
|
|
5749
5750
|
"flags": {
|
|
5750
5751
|
"json": {
|
|
@@ -5762,10 +5763,9 @@
|
|
|
5762
5763
|
"multiple": false,
|
|
5763
5764
|
"type": "option"
|
|
5764
5765
|
},
|
|
5765
|
-
"
|
|
5766
|
-
"
|
|
5767
|
-
"
|
|
5768
|
-
"name": "listviews",
|
|
5766
|
+
"outputfile": {
|
|
5767
|
+
"description": "Output package.xml file",
|
|
5768
|
+
"name": "outputfile",
|
|
5769
5769
|
"hasDynamicHelp": false,
|
|
5770
5770
|
"multiple": false,
|
|
5771
5771
|
"type": "option"
|
|
@@ -5808,49 +5808,49 @@
|
|
|
5808
5808
|
},
|
|
5809
5809
|
"hasDynamicHelp": true,
|
|
5810
5810
|
"hiddenAliases": [],
|
|
5811
|
-
"id": "hardis:org:
|
|
5811
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
5812
5812
|
"pluginAlias": "sfdx-hardis",
|
|
5813
5813
|
"pluginName": "sfdx-hardis",
|
|
5814
5814
|
"pluginType": "core",
|
|
5815
5815
|
"strict": true,
|
|
5816
5816
|
"enableJsonFlag": true,
|
|
5817
|
-
"title": "
|
|
5818
|
-
"requiresProject":
|
|
5817
|
+
"title": "Generate Full Org package.xml",
|
|
5818
|
+
"requiresProject": false,
|
|
5819
5819
|
"isESM": true,
|
|
5820
5820
|
"relativePath": [
|
|
5821
5821
|
"lib",
|
|
5822
5822
|
"commands",
|
|
5823
5823
|
"hardis",
|
|
5824
5824
|
"org",
|
|
5825
|
-
"
|
|
5826
|
-
"
|
|
5825
|
+
"generate",
|
|
5826
|
+
"packagexmlfull.js"
|
|
5827
5827
|
],
|
|
5828
5828
|
"aliasPermutations": [],
|
|
5829
5829
|
"permutations": [
|
|
5830
|
-
"hardis:org:
|
|
5831
|
-
"org:hardis:
|
|
5832
|
-
"org:
|
|
5833
|
-
"org:
|
|
5834
|
-
"hardis:
|
|
5835
|
-
"
|
|
5836
|
-
"
|
|
5837
|
-
"
|
|
5838
|
-
"hardis:
|
|
5839
|
-
"
|
|
5840
|
-
"
|
|
5841
|
-
"
|
|
5842
|
-
"hardis:org:
|
|
5843
|
-
"org:hardis:
|
|
5844
|
-
"org:
|
|
5845
|
-
"org:
|
|
5846
|
-
"hardis:
|
|
5847
|
-
"
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"hardis:
|
|
5851
|
-
"
|
|
5852
|
-
"
|
|
5853
|
-
"
|
|
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
5854
|
]
|
|
5855
5855
|
},
|
|
5856
5856
|
"hardis:org:diagnose:audittrail": {
|
|
@@ -7002,14 +7002,13 @@
|
|
|
7002
7002
|
"unusedusers:diagnose:org:hardis"
|
|
7003
7003
|
]
|
|
7004
7004
|
},
|
|
7005
|
-
"hardis:org:
|
|
7005
|
+
"hardis:org:fix:listviewmine": {
|
|
7006
7006
|
"aliases": [],
|
|
7007
7007
|
"args": {},
|
|
7008
|
-
"description": "
|
|
7008
|
+
"description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[](https://nicolas.vuillamy.fr/invalid-scope-mine-not-allowed-deploy-your-listviews-anyway-443aceca8ac7)\n\nList of ListViews can be:\n\n- read from .sfdx-hardis.yml file in property **listViewsToSetToMine**\n- sent in argument listviews\n\nNote: property **listViewsToSetToMine** can be auto-generated by command hardis:work:save if .sfdx-hardis.yml contains the following configuration\n\n```yaml\nautoCleanTypes:\n - listViewsMine\n```\n\n- Example of sfdx-hardis.yml property `listViewsToSetToMine`:\n\n```yaml\nlistViewsToSetToMine:\n - \"force-app/main/default/objects/Operation__c/listViews/MyCurrentOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Operation__c/listViews/MyFinalizedOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/Default_Opportunity_Pipeline.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MyCurrentSubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MySubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Account/listViews/MyActivePartners.listView-meta.xml\"\n```\n\n- If manually written, this could also be:\n\n```yaml\nlistViewsToSetToMine:\n - \"Operation__c:MyCurrentOperations\"\n - \"Operation__c:MyFinalizedOperations\"\n - \"Opportunity:Default_Opportunity_Pipeline\"\n - \"Opportunity:MyCurrentSubscriptions\"\n - \"Opportunity:MySubscriptions\"\n - \"Account:MyActivePartners\"\n```\n\nTroubleshooting: if you need to run this command from an alpine-linux based docker image, use this workaround in your dockerfile:\n\n```dockerfile\n# Do not use puppeteer embedded chromium\nRUN apk add --update --no-cache chromium\nENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=\"true\"\nENV CHROMIUM_PATH=\"/usr/bin/chromium-browser\"\nENV PUPPETEER_EXECUTABLE_PATH=\"$\\{CHROMIUM_PATH}\" // remove \\ before {\n```\n",
|
|
7009
7009
|
"examples": [
|
|
7010
|
-
"$ sf hardis:org:
|
|
7011
|
-
"$ sf hardis:org:
|
|
7012
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
7010
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
7011
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
7013
7012
|
],
|
|
7014
7013
|
"flags": {
|
|
7015
7014
|
"json": {
|
|
@@ -7027,9 +7026,10 @@
|
|
|
7027
7026
|
"multiple": false,
|
|
7028
7027
|
"type": "option"
|
|
7029
7028
|
},
|
|
7030
|
-
"
|
|
7031
|
-
"
|
|
7032
|
-
"
|
|
7029
|
+
"listviews": {
|
|
7030
|
+
"char": "l",
|
|
7031
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
7032
|
+
"name": "listviews",
|
|
7033
7033
|
"hasDynamicHelp": false,
|
|
7034
7034
|
"multiple": false,
|
|
7035
7035
|
"type": "option"
|
|
@@ -7072,49 +7072,49 @@
|
|
|
7072
7072
|
},
|
|
7073
7073
|
"hasDynamicHelp": true,
|
|
7074
7074
|
"hiddenAliases": [],
|
|
7075
|
-
"id": "hardis:org:
|
|
7075
|
+
"id": "hardis:org:fix:listviewmine",
|
|
7076
7076
|
"pluginAlias": "sfdx-hardis",
|
|
7077
7077
|
"pluginName": "sfdx-hardis",
|
|
7078
7078
|
"pluginType": "core",
|
|
7079
7079
|
"strict": true,
|
|
7080
7080
|
"enableJsonFlag": true,
|
|
7081
|
-
"title": "
|
|
7082
|
-
"requiresProject":
|
|
7081
|
+
"title": "Fix listviews with ",
|
|
7082
|
+
"requiresProject": true,
|
|
7083
7083
|
"isESM": true,
|
|
7084
7084
|
"relativePath": [
|
|
7085
7085
|
"lib",
|
|
7086
7086
|
"commands",
|
|
7087
7087
|
"hardis",
|
|
7088
7088
|
"org",
|
|
7089
|
-
"
|
|
7090
|
-
"
|
|
7089
|
+
"fix",
|
|
7090
|
+
"listviewmine.js"
|
|
7091
7091
|
],
|
|
7092
7092
|
"aliasPermutations": [],
|
|
7093
7093
|
"permutations": [
|
|
7094
|
-
"hardis:org:
|
|
7095
|
-
"org:hardis:
|
|
7096
|
-
"org:
|
|
7097
|
-
"org:
|
|
7098
|
-
"hardis:
|
|
7099
|
-
"
|
|
7100
|
-
"
|
|
7101
|
-
"
|
|
7102
|
-
"hardis:
|
|
7103
|
-
"
|
|
7104
|
-
"
|
|
7105
|
-
"
|
|
7106
|
-
"hardis:org:
|
|
7107
|
-
"org:hardis:
|
|
7108
|
-
"org:
|
|
7109
|
-
"org:
|
|
7110
|
-
"hardis:
|
|
7111
|
-
"
|
|
7112
|
-
"
|
|
7113
|
-
"
|
|
7114
|
-
"hardis:
|
|
7115
|
-
"
|
|
7116
|
-
"
|
|
7117
|
-
"
|
|
7094
|
+
"hardis:org:fix:listviewmine",
|
|
7095
|
+
"org:hardis:fix:listviewmine",
|
|
7096
|
+
"org:fix:hardis:listviewmine",
|
|
7097
|
+
"org:fix:listviewmine:hardis",
|
|
7098
|
+
"hardis:fix:org:listviewmine",
|
|
7099
|
+
"fix:hardis:org:listviewmine",
|
|
7100
|
+
"fix:org:hardis:listviewmine",
|
|
7101
|
+
"fix:org:listviewmine:hardis",
|
|
7102
|
+
"hardis:fix:listviewmine:org",
|
|
7103
|
+
"fix:hardis:listviewmine:org",
|
|
7104
|
+
"fix:listviewmine:hardis:org",
|
|
7105
|
+
"fix:listviewmine:org:hardis",
|
|
7106
|
+
"hardis:org:listviewmine:fix",
|
|
7107
|
+
"org:hardis:listviewmine:fix",
|
|
7108
|
+
"org:listviewmine:hardis:fix",
|
|
7109
|
+
"org:listviewmine:fix:hardis",
|
|
7110
|
+
"hardis:listviewmine:org:fix",
|
|
7111
|
+
"listviewmine:hardis:org:fix",
|
|
7112
|
+
"listviewmine:org:hardis:fix",
|
|
7113
|
+
"listviewmine:org:fix:hardis",
|
|
7114
|
+
"hardis:listviewmine:fix:org",
|
|
7115
|
+
"listviewmine:hardis:fix:org",
|
|
7116
|
+
"listviewmine:fix:hardis:org",
|
|
7117
|
+
"listviewmine:fix:org:hardis"
|
|
7118
7118
|
]
|
|
7119
7119
|
},
|
|
7120
7120
|
"hardis:org:monitor:all": {
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.2-
|
|
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-
|
|
6
|
+
"version": "5.44.2-alpha202507221341.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|