CLI Configuration Commands
/configuration--reference/cli-configuration-commands
bash
npx ruflo@latest config list
npx ruflo@latest config get --key memory.type
npx ruflo@latest config set --key swarm.maxAgents --value 10
npx ruflo@latest config export > my-config.json
npx ruflo@latest config import --file my-config.json
npx ruflo@latest config reset --key swarm
npx ruflo@latest init wizard