Nethermit
A simple CLI tool to convert Jsonnet files to YAML.
Installation
Usage
The tool accepts input either from a file or from standard input:
# Read from a file
# Read from stdin (pipe)
|
# Read from stdin (explicit)
# Read from stdin (interactive)
# Type or paste your Jsonnet code
# Press Ctrl+D (Unix) or Ctrl+Z (Windows) to finish
Features
- Converts Jsonnet files to YAML format
- Supports standard Jsonnet imports
- Accepts input from files or stdin
- Outputs to stdout for easy piping
Requirements
- Rust 1.70 or later