Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Fix typo as the cli does not support shortcut-f option.
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu committed Feb 16, 2024
commit fc490dc8b6a92f39c6d976eadaad8200efbad399
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