Skip to content
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
@andrebriggs

Description

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) 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions