@walkeros/cli
v4.6.0
Published
walkerOS CLI - Bundle and deploy walkerOS components
Downloads
2,503
Maintainers
Readme
@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/cliQuick 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 3000Documentation
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
