@set-config/cli
v0.3.0
Published
Full-featured set-config CLI wrapper
Readme
@set-config/cli
Universal config file CLI with JSON, YAML, TOML, ENV, and Markdown support.
Usage
npx @set-config/cli set config.json a.b.c 123
npx @set-config/cli get config.json a.b.c
npx @set-config/cli list config.json
npx @set-config/cli append config.json tags "new-tag"
npx @set-config/cli remove config.json tags "old-tag"
npx @set-config/cli delete config.json a.b.c
npx @set-config/cli init config.yaml --format yamlNo Install Required
npx @set-config/cli set opencode.json model openai/gpt-4oValue Types
| Input | Result |
|-------|--------|
| 123 | number 123 |
| 3.14 | number 3.14 |
| true | boolean true |
| false | boolean false |
| null | null |
| hello | string "hello" |
License
MIT
