Quick Question on Metaflow CLI, My understanding i...
# ask-metaflow
c
Quick Question on Metaflow CLI, My understanding is that when I set env var METAFLOW_PROFILE and do "metaflow configure show" it should render a setup that is not set to run locally. However I'm getting a different behavior. Below img I have config_poc.json configuration file under the .metaflowconfig directory which contains the content shown to the left (the return from the TF mataflow module). My METAFLOW_PROFILE=poc. When I run "metaflow configure show" I take it, it is suppose to see the profile and determine that the setup is not local, yet on the terminal I get a return "configuration is set to run locally". Where does the CLI infer this local setup from?
1
v
yeah, it should show it based on
METAFLOW_PROFILE
- it's a bug that it doesn't. Try
metaflow configure show -p $METAFLOW_PROFILE
thanks for reporting it!
c
Thank you Ville for looking into this
👍 1