Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Figure out something for non-flat configs #12

@mythmon

Description

@mythmon

It could be nice to have a nested configuration, like

type Config = {
  aws: {
    accessKeyId: string;
    secretAccessKey: string;
    defaultRegion: string;
  }
}

Ganzu should provide some way to specify those keys, in both rich formats like YAML and string based formats like environment variables.

Note that this is different than map values (#5). A map value is an unknown set of keys and values, whereas this is more like a struct: a known set of named children.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions