This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
bedrock setup
doesn't auto-populate config values from existing config file #52
Open
Description
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)
Activity