File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,15 @@ php bin/console ems:contenttype:migrate [options] [--] <elasticsearchIndex> <con
84
84
php bin/console ems:contenttype:recompute [options] [--] <contentType>
85
85
```
86
86
87
+ * **--changed** : only create new revision if the hash changed after recompute
87
88
* **--force** : do not check for already locked revisions
88
89
* **--missing** : will recompute the objects that are missing in their default environment only
89
90
* **--continue** : continue a recompute
90
91
* **--no-align** : don' t keep the revisions aligned to all already aligned environments
91
92
* ** --cron** : optimized for automated recurring recompute calls, tries --continue, when no locks are found for user runs command without --continue
92
93
* ** --ouuid[= OUUID]** : recompute a specific revision ouuid
93
94
* ** --deep** : deep recompute form will be submitted and transformers triggered
95
+ * ** --query[= QUERY]** : ES query [default: " {}" ]
94
96
95
97
# # Notification
96
98
You can’t perform that action at this time.
0 commit comments