VibeHunt
Back to browse

yaml-cli

Query/update YAML.

Source

A command‑line utility provides basic operations on YAML files, allowing users to retrieve and modify values, instantiate simple templates, and convert between YAML and JSON formats. It supports dot‑notation paths for accessing nested mappings and indexed array elements, and offers commands such as `get`, `set`, `template`, and `json` to perform these tasks directly from the shell.

The tool is intended for developers who need quick, scriptable interactions with configuration data without writing code. Installation is performed via npm, and optional shell‑completion can be enabled with a one‑liner. Documentation is accessed through the `yaml` command itself, which lists available subcommands and usage syntax.

Although functional, the project is deprecated in favor of an alternative tool, and users are encouraged to consult the issue tracker for known limitations or to request enhancements.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps