Skip to content

Commit fd3b1a8

Browse files
author
Jenkins
committed
TASK: Update references [skip ci]
1 parent 1d54ec0 commit fd3b1a8

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Neos.Flow/Documentation/TheDefinitiveGuide/PartV/CommandReference.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands that may be available, use::
1919

2020
./flow help
2121

22-
The following reference was automatically generated from code on 2024-07-09
22+
The following reference was automatically generated from code on 2024-07-11
2323

2424

2525
.. _`Flow Command Reference: NEOS.FLOW`:
@@ -620,6 +620,8 @@ Options
620620
Whether to do a dry run or not
621621
``--quiet``
622622
If set, only the executed migration versions will be output, one per line
623+
``--migration-folder``
624+
Provide alternative platform folder name (as in "Mysql"), otherwise configured connection is used.
623625

624626

625627

@@ -663,6 +665,8 @@ Options
663665
A file to write SQL to, instead of executing it
664666
``--dry-run``
665667
Whether to do a dry run or not
668+
``--migration-folder``
669+
Provide alternative platform folder name (as in "Mysql"), otherwise configured connection is used.
666670

667671

668672

@@ -714,6 +718,8 @@ Options
714718
Only include tables/sequences matching the filter expression regexp
715719
``--force``
716720
Generate migrations even if there are migrations left to execute
721+
``--migration-folder``
722+
Provide alternative platform folder name (as in "Mysql"), otherwise configured connection is used.
717723

718724

719725

@@ -748,6 +754,8 @@ Options
748754

749755
``--show-migrations``
750756
Output a list of all migrations and their status
757+
``--migration-folder``
758+
Provide alternative platform folder name (as in "Mysql"), otherwise configured connection is used.
751759

752760

753761

@@ -790,6 +798,8 @@ Options
790798
The migration to mark as migrated
791799
``--delete``
792800
The migration to mark as not migrated
801+
``--migration-folder``
802+
Provide alternative platform folder name (as in "Mysql"), otherwise configured connection is used.
793803

794804

795805

Neos.Flow/Documentation/TheDefinitiveGuide/PartV/SignalsReference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Flow Signals Reference
44
======================
55

6-
This reference was automatically generated from code on 2024-07-09
6+
This reference was automatically generated from code on 2024-07-11
77

88

99
.. _`Flow Signals Reference: AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)`:

Neos.Flow/Documentation/TheDefinitiveGuide/PartV/TypeConverterReference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Flow TypeConverter Reference
44
============================
55

6-
This reference was automatically generated from code on 2024-07-09
6+
This reference was automatically generated from code on 2024-07-11
77

88

99
.. _`Flow TypeConverter Reference: ArrayConverter`:

Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ValidatorReference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Flow Validator Reference
44
========================
55

6-
This reference was automatically generated from code on 2024-07-09
6+
This reference was automatically generated from code on 2024-07-11
77

88

99
.. _`Flow Validator Reference: AggregateBoundaryValidator`:

0 commit comments

Comments
 (0)