Skip to content

Commit da69333

Browse files
Davidmatteitheus77
andauthored
feat(core/cli): contentType recompute new changed option (#941)
Co-authored-by: Mathieu De Keyzer <[email protected]>
1 parent 9e52682 commit da69333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/core-bundle/commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@ php bin/console ems:contenttype:migrate [options] [--] <elasticsearchIndex> <con
8484
php bin/console ems:contenttype:recompute [options] [--] <contentType>
8585
```
8686
87+
* **--changed** : only create new revision if the hash changed after recompute
8788
* **--force** : do not check for already locked revisions
8889
* **--missing** : will recompute the objects that are missing in their default environment only
8990
* **--continue** : continue a recompute
9091
* **--no-align** : don't keep the revisions aligned to all already aligned environments
9192
* **--cron** : optimized for automated recurring recompute calls, tries --continue, when no locks are found for user runs command without --continue
9293
* **--ouuid[=OUUID]** : recompute a specific revision ouuid
9394
* **--deep** : deep recompute form will be submitted and transformers triggered
95+
* **--query[=QUERY]** : ES query [default: "{}"]
9496
9597
## Notification
9698

0 commit comments

Comments
 (0)