Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was 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

@andrebriggs

Description

@andrebriggs

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions