Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix typo as the cli does not support shortcut-f option. #3954

Merged
merged 2 commits into from
Feb 18, 2024
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
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
Loading