We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab5cfd commit b552356Copy full SHA for b552356
1 file changed
docs/flamingock-library-config/setup-and-stages.md
@@ -35,7 +35,7 @@ public class FlamingockConfig {
35
Alternatively, using a YAML file:
36
37
```java
38
-@EnableFlamingock( pipelineFile = "config/setup.yaml" )
+@EnableFlamingock( configFile = "config/setup.yaml" )
39
public class FlamingockConfig {}
40
```
41
@@ -49,7 +49,7 @@ pipeline:
49
50
:::info Advanced options:
51
- **Multiple stages**: For complex scenarios requiring independent change sets go to the [stage section below](#multiple-stages-advanced)
52
-- **File-based configuration**: Use `pipelineFile` parameter for YAML configuration
+- **File-based configuration**: Use `configFile` parameter for YAML configuration
53
- **Explicit naming**: Use `@Stage(name = "custom", location = "com.yourcompany.changes")`
54
:::
55
0 commit comments