Skip to content

Commit

Permalink
fix: issue-3771, fix document error as not shortcut -f option in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuchu committed Oct 9, 2023
1 parent 470f6a8 commit 4484e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/structuring-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ An example of how such a repository would be structured is as follows:

Users can then apply the applying them to each environment in this way:
```shell
feast -f staging/feature_store.yaml apply
feast --feature-store-yaml staging/feature_store.yaml apply
```

This setup has the advantage that you can share the feature definitions entirely, which may prevent issues with copy-pasting code.
Expand Down

0 comments on commit 4484e04

Please sign in to comment.