Skip to main content
Core workflows are available from the CLI: connecting, evaluating, and rules. Install once:
Every command is then rippletide <command>, and all commands accept --json for machine-readable output.

Commands

connect executes your repository’s own rippletide:sync and rippletide:start scripts, so it asks for confirmation; pass --yes only for a repository you trust. login validates ~/.rippletide/config.json before starting a browser flow, so running it again does not accumulate keys. To replace the key or change accounts, run rippletide logout and then rippletide login. A validation failure creates nothing, while a failed logout keeps the current local credential so revocation can be retried.

Where configuration lives

After removing Rippletide instrumentation, disconnect a repository by deleting .rippletide/project.json, removing only RIPPLETIDE and RIPPLETIDE_PROXY_URL from .env, and revoking its Connection key in the Platform. rippletide logout is separate account-level cleanup: it revokes the CLI Platform key and clears the local account login.