bedrock-cli icon indicating copy to clipboard operation
bedrock-cli copied to clipboard

bedrock `setup` doesn't auto-populate config values from existing config file

Open andrebriggs opened this issue 4 years ago • 2 comments

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
$ bedrock init -i
? Enter organization name
 (myOrg) 
  1. Then call bedrock setup and the first prompt doesn't already have a value filled in for you
$ bedrock setup
info:    az cli vesion 2.5.1
? Enter organization name

I would expect the following

$ bedrock setup
info:    az cli vesion 2.5.1
? Enter organization name
(myOrg) 

andrebriggs avatar May 19 '20 17:05 andrebriggs