Skip to main content

Crate yaml_rt_cli

Crate yaml_rt_cli 

Source
Expand description

Command-line querying and editing operations for the yaml-rt binary.

The binary searches YAML documents with JSONPath, applies JSON Pointer operations, and executes transactional YAML or JSON patch documents while retaining unrelated presentation. run is public so integrations can supply their own argument and I/O streams.

Functionsยง

run
Runs the command-line application against supplied streams.