You can use nested environment in this case. In `c...
# advanced-need-help
u
You can use nested environment in this case. In
conf/
, you can maintain the following structure:
Copy code
conf/
|__ app1/
    |__ local
    |__ vm
|__ app2/
And run the pipeline with
kedro run --env="app1/local"
2 Views