@olsisoft/pulse-cli
v2.7.7
Published
Pulse CLI — declare a real-time app in YAML; it compiles to an API, SDKs and a UI.
Maintainers
Readme
@olsisoft/pulse-cli
The Pulse CLI — declare a real-time app in a pulse.yaml, and Pulse compiles it to a
running backend with a typed REST API, OpenAPI, SSE feed, typed SDKs and a React UI.
npm i -g @olsisoft/pulse-cli
pulse server start --dev # local engine + auto-login
pulse deploy . # compile & deploy your appOn install, this package downloads the CLI for your platform (a native single-file binary
when available, otherwise the JVM jar — which needs JDK 25 at runtime) from the
pulse-cli-vX.Y.Z GitHub release. Set PULSE_CLI_SKIP_DOWNLOAD=1 to skip the download.
Docs: https://github.com/olsisoft/streamflow · guide docs/app-guide/GUIDE.en.md.
