configzen icon indicating copy to clipboard operation
configzen copied to clipboard

CLI for config operations

Open johnslavik opened this issue 2 years ago • 0 comments

Use case

[config.yml]

foo:  # a comment
  bar: 5
  biz:
    baz: 10
> configzen foo.bar  # automatically detect it's about config.yml`
5
> configzen foo.bar=6  # set foo.bar to 6, preserve comments`
[config.yml] Set foo.bar to 6

Example usage

No response

Additional context

No response

johnslavik avatar Dec 08 '23 07:12 johnslavik