Skip to content

Commit 16af7b4

Browse files
shuchutqtensor
authored andcommitted
fix: Fix typo as the cli does not support shortcut-f option. (feast-dev#3954)
* fix: Fix typo as the cli does not support shortcut-f option. Signed-off-by: Shuchu Han <shuchu.han@gmail.com> * fix: add -f option as a shortcut of feature-store-yaml. Signed-off-by: Shuchu Han <shuchu.han@gmail.com> --------- Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
1 parent 5a24f8e commit 16af7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def format_options(self, ctx: click.Context, formatter: click.HelpFormatter):
7676
)
7777
@click.option(
7878
"--feature-store-yaml",
79+
"-f",
7980
help="Override the directory where the CLI should look for the feature_store.yaml file.",
8081
)
8182
@click.pass_context

0 commit comments

Comments
 (0)