Closed ohinds closed 3 years ago
@ohinds What's the UX on this? Want to make sure we're staying consistent.
f0cal farm config from-env
@ohinds Let's do f0cal farm config set '*' --from-env
and I'm good with it.
@ohinds Let's do
f0cal farm config set '*' --from-env
and I'm good with it.
I'm fine doing that, but it's certainly not consistent.
f0cal farm {class} {verb} {instance} ...
is what we've been trying to maintain throughout.
What's your concern?
f0cal farm {class} {verb} {instance} ...
is what we've been trying to maintain throughout.What's your concern?
Well, that's just not at all consistent with how the config is currently updated. I could see
f0cal farm config update --from-env
?
Also, the '*' seems unnecessary and error-prone.
Yeah, that's legacy. We've been discussing changing it to f0cal farm config update {arg} --value={val}
.
@ohinds What's the UX on this? Want to make sure we're staying consistent.