@walkeros/cli
Command-line tool for building, testing, and running walkerOS event collection flows, from configuration to deployment.
Documentation • NPM Package • Source Code
Installation
npm install -g @walkeros/cli
Quick start
# Bundle a flow configuration
walkeros bundle flow.json
# Test with simulated events (no real API calls)
walkeros push flow.json --event '{"name":"product view"}' --simulate destination.demo
# Run a collection server locally
walkeros run dist/flow.mjs --port 3000
Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/apps/cli
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT