Repro: 1. Use `bedrock init -i` to setup an `config file` at `~/.bedrock/config.yaml` 2. Call `bedrock init -i` and see that the first prompt already has a value filled in for you ```console $ bedrock init -i ? Enter organization name (myOrg) ``` 3. Then call `bedrock setup` and the first prompt doesn't already have a value filled in for you ```console $ bedrock setup info: az cli vesion 2.5.1 ? Enter organization name ``` I would expect the following ```console $ bedrock setup info: az cli vesion 2.5.1 ? Enter organization name (myOrg) ```
Repro:
bedrock init -ito setup anconfig fileat~/.bedrock/config.yamlbedrock init -iand see that the first prompt already has a value filled in for youbedrock setupand the first prompt doesn't already have a value filled in for youI would expect the following