Loading...
Command line power for your code reviews and deployments. Automate your workflow from the terminal.
npm install -g @riventa/cliriventa loginAuthenticate with your Riventa.Dev account
riventa initSet up your project with AI-generated configuration
riventa review --pr 123Run AI-powered code review on pull request #123
riventa statusView current projects and review status
riventaRun without arguments to enter interactive mode. Chat with Riv AI using natural language — ask anything like "show my last 5 deploys" or "run a security scan".
riventa initInitialize a new project in current directory
riventa projectsList and switch between projects
riventa reviewRun AI code review on changes or PRs
riventa deployDeploy current branch to production
riventa statusView project and deployment status
riventa securityRun security scans and view score
riventa whoamiShow current authenticated user
riventa healthCheck API connectivity and status
riventa logsView deployment and review logs
Riv AI generates and manages your .riventa.yml automatically. Just run riventa init and the AI will analyze your project and create the optimal configuration.
# 1. Initialize — Riv AI analyzes your project and generates .riventa.yml riventa init # 2. Update — modify your config with natural language riventa config:update "add Slack notifications to #deploys" # 3. The AI handles the YAML — you never write it manually
You can also generate configs from the dashboard using the Config Generator page, or ask the Riv AI chat assistant for help.
Version 18.0.0 or higher
node --versionVersion 9.0.0 or higher
npm --versionDon't have Node.js installed? Download it here →
Verify your installation:
riventa --version