← Back to Registry
y

yq

YAML/JSON processor.

Category
Software
Status
Available
Docs
Guide

1. Install

npm install @agentos-software/yq

2. Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import yq from "@agentos-software/yq";

// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [yq] });

export const registry = setup({ use: { vm } });