From 4484e04dee9b6db743d2840be572afe583bf7362 Mon Sep 17 00:00:00 2001 From: Shuchu Han Date: Sun, 8 Oct 2023 22:54:44 -0400 Subject: [PATCH] fix: issue-3771, fix document error as not shortcut -f option in code. --- docs/how-to-guides/structuring-repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/structuring-repos.md b/docs/how-to-guides/structuring-repos.md index 62f7094e9f..6734aca282 100644 --- a/docs/how-to-guides/structuring-repos.md +++ b/docs/how-to-guides/structuring-repos.md @@ -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.