walkeros
v3.3.1
Published
walkerOS CLI - Bundle and deploy walkerOS components
Maintainers
Readme
runneros
Shorthand command for walkerOS CLI.
Usage
Instead of typing:
npx @walkeros/cli bundleYou can now use:
npx runneros bundleCommands
All commands from @walkeros/cli are available:
# Bundle walkerOS components
npx runneros bundle
# Simulate event processing
npx runneros simulate
# Run flows
npx runneros run <file>Installation
npm install -g runnerosOr use directly with npx:
npx runneros --helpDocumentation
For full documentation, see the walkerOS CLI documentation.
