Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 00:23
· 17 commits to main since this release

2.0.0 (2026-09-02)

  • docs!: reconcile docs with breaking runtime activate/deactivate CLI rename (f3b2232), closes #61

BREAKING CHANGES

  • CLI runtime command surface changed - use rogatio runtime activate|deactivate instead of start|stop, and rogatio runtime host <path>
    instead of rogatio runtime-host <path>. Scripts and native-messaging
    manifests referencing the old command names must be updated.

Install

This release publishes @rogatio/cli@2.0.0. Install globally with your preferred package manager:

npm install -g @rogatio/cli@2.0.0
pnpm add -g @rogatio/cli@2.0.0
bun add -g @rogatio/cli@2.0.0
vp install -g @rogatio/cli@2.0.0