• v1.0.0 1298cda931

    v1.0.0
    Some checks failed
    CI / test (push) Successful in 9m36s
    Release / release (push) Failing after 15s
    Stable

    7000pctAUTO released this 2026-02-01 22:26:31 +00:00 | 0 commits to main since this release

    Initial 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\nbash\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