Open andrebriggs opened 4 years ago
when we design setup command, we hope to provide a way to jumpstart user from ground zero to a functional setup. And the thinking is that there are no spk config file to start with.
@dennisseah makes complete sense. If we are coming from the POV that they will never call bedrock init
then we can ignore this
Repro:
Use
bedrock init -i
to setup anconfig file
at~/.bedrock/config.yaml
Call
bedrock init -i
and see that the first prompt already has a value filled in for youThen call
bedrock setup
and the first prompt doesn't already have a value filled in for youI would expect the following