Is there a way to specify an alternative location for `~/.prefect/config.toml`? Maybe an environment...
w
Is there a way to specify an alternative location for
~/.prefect/config.toml
? Maybe an environment variable, because I don't see any CLI flags about it?
k
Check here . It will be PREFECT__USER_CONFIG_PATH
w
Thanks!