Skip to content

Commit

Permalink
fix: Fix typo as the cli does not support shortcut-f option. (feast-d…
Browse files Browse the repository at this point in the history
…ev#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>
  • Loading branch information
shuchu authored and tqtensor committed Mar 11, 2024
1 parent 5a24f8e commit 16af7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def format_options(self, ctx: click.Context, formatter: click.HelpFormatter):
)
@click.option(
"--feature-store-yaml",
"-f",
help="Override the directory where the CLI should look for the feature_store.yaml file.",
)
@click.pass_context
Expand Down

0 comments on commit 16af7b4

Please sign in to comment.