Skip to content

Commit

Permalink
fix: Fix typo as the cli does not support shortcut-f option. (#3954)
Browse files Browse the repository at this point in the history
* 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 committed Feb 18, 2024
1 parent dd96150 commit dd79dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/cli.py
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 dd79dbb

Please sign in to comment.