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

No such option: -f for feast CLI #3771

Closed
alexander-pv opened this issue Sep 20, 2023 · 4 comments · Fixed by #3954
Closed

No such option: -f for feast CLI #3771

alexander-pv opened this issue Sep 20, 2023 · 4 comments · Fixed by #3954

Comments

@alexander-pv
Copy link

Expected Behavior

According to documentation:
https://docs.feast.dev/how-to-guides/feast-snowflake-gcp-aws/structuring-repos

feast -f staging/feature_store.yaml apply

should work

Current Behavior

Usage: feast [OPTIONS] COMMAND [ARGS]...
Try 'feast --help' for help.

Error: No such option: -f

Steps to reproduce

Specifications

  • Version: 0.34.1
  • Platform: Linux
  • Subsystem:
@majamil16
Copy link

I think this is just a docs error. The correct flag is --feature-store-yaml if you need this functionality, eg

feast --feature-store-yaml=staging/feature_store.yaml apply

@shuchu
Copy link
Collaborator

shuchu commented Oct 8, 2023

I agree.

@majamil16
Copy link

I agree.

I'm happy to open a PR to update these docs.

@shuchu
Copy link
Collaborator

shuchu commented Oct 8, 2023

go for it if you have time. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants