bedrock-cli
bedrock-cli copied to clipboard
bedrock `setup` doesn't auto-populate config values from existing config file
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 you
$ bedrock init -i
? Enter organization name
(myOrg)
- 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)