npm.io
4.2.1 • Published 2 weeks agoCLI

@walkeros/cli

Licence
MIT
Version
4.2.1
Deps
23
Size
5.2 MB
Vulns
0
Weekly
0
Stars
342

walkerOS

@walkeros/cli

Command-line tool for building, testing, and running walkerOS event collection flows, from configuration to deployment.

DocumentationNPM PackageSource 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