We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
If I have multiple feast instances, I want to be able to set different .feast files to configure the CLI.
Describe the solution you'd like
export FEAST_CONFIG=path/to/feast/configfile
it should default to ~/.feast
The text was updated successfully, but these errors were encountered:
This is a good issue. We can easily add a flag to the Python SDK to support this. For 0.3.0 the CLI is created from the SDK.
Sorry, something went wrong.
allow cli config path to be set by env var
448a85e
fixes feast-dev#149
89cd543
fixes #149
Closing this since @accraze completed this task with #244
No branches or pull requests
Is your feature request related to a problem? Please describe.
If I have multiple feast instances, I want to be able to set different .feast files to configure the CLI.
Describe the solution you'd like
export FEAST_CONFIG=path/to/feast/configfile
it should default to ~/.feast
The text was updated successfully, but these errors were encountered: