-
v1.0.0
Stablereleased this
2026-02-01 22:26:31 +00:00 | 0 commits to main since this releaseInitial Release\n\nWelcome to config-converter-cli v1.0.0!\n\nThis is the first release of our CLI tool for bidirectional conversion and validation between JSON, YAML, and TOML formats.\n\n### Key Features\n\n- Bidirectional Format Conversion: Convert between JSON, YAML, and TOML formats seamlessly\n- Syntax Validation: Validate configuration files with detailed error messages and colored output\n- Pretty-Printing: Format output with configurable indentation levels (2, 4, 8 spaces)\n- JMESPath Query Support: Filter and extract data using JMESPath queries\n- Pipeline Support: Full stdin/stdout support for CI/CD pipeline integration\n- Batch Processing: Convert multiple files in batch mode\n\n### Installation\n\n
bash\npip install config-converter-cli\n\n\n### Quick Start\n\nbash\n# Convert JSON to YAML\nconfig-converter convert config.json --to yaml\n\n# Validate a configuration file\nconfig-converter validate config.json\n\n# Query data with JMESPath\nconfig-converter query config.json \"server.host\"\n\n\n### Testing\n\nAll 191 unit tests passed successfully.Downloads