# Environment and Configuration Format Workflow

Inspect, validate, convert, merge, and diff configuration without exposing secrets or losing the source of truth.

> Canonical page: https://elysiatools.com/en/hubs/config-workflows

- **Keywords:** environment variables, configuration validation, YAML JSON conversion, TOML HCL diff

## Frequently asked questions

### Should secrets be converted?

Use placeholders or references during review; inject real values only from the approved secret manager.

### Which file wins conflicts?

The tool cannot infer deployment precedence, so document the source of truth and layer order first.

### Why validate after conversion?

Conversion can change scalar types, quoting, duplicate-key behavior, or nesting.

## Related content

- [API Contract Definition, Schema Validation, and Change Testing](https://elysiatools.com/en/hubs/api-contract-testing): Define an API contract, validate schemas and captured payloads, detect compatibility risks, and record test acceptance.
