There was an error while loading. Please reload this page.
1 parent 470f6a8 commit 49da37cCopy full SHA for 49da37c
1 file changed
docs/how-to-guides/structuring-repos.md
@@ -96,7 +96,7 @@ An example of how such a repository would be structured is as follows:
96
97
Users can then apply the applying them to each environment in this way:
98
```shell
99
-feast -f staging/feature_store.yaml apply
+feast --feature-store-yaml staging/feature_store.yaml apply
100
```
101
102
This setup has the advantage that you can share the feature definitions entirely, which may prevent issues with copy-pasting code.
0 commit comments