yqarch --version This should display the version of the YQArch plugin.
The YQArch plugin is a command-line utility that allows users to archive and compress YAML files using a simple and intuitive syntax. Built on top of the popular yq tool, which provides a jq-like experience for YAML files, YQArch extends the functionality of yq by adding support for archiving and compressing YAML files. With YQArch, users can easily create archives of their YAML files, reducing storage requirements and making it easier to manage complex configurations. download yqarch plugin
yqarch [command] [flags] To archive a YAML file, use the archive command: yqarch --version This should display the version of
yqarch archive input.yaml output.yaml.gz This will create a compressed archive of the input.yaml file and save it to output.yaml.gz . To compress a YAML file without archiving it, use the compress command: With YQArch, users can easily create archives of