Skip to content

add settings stored system-wide #47

@kindermax

Description

@kindermax

Idea to add settings to config.

It then used as LETS_SETTING_<NAME_OF_SETTING>

Settings can be stored in

  • .lets/config.yaml - project-local settings
  • ~/.config/lets/config.yaml - global lets settings

Add new --set and --reset flags.

Example:

settings:
  skip-pull: false

So LETS_SETTING_SKIP_PULL=false will be available in env.

lets --set skip-pull=true will override and persist setting to .lets/settings.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions