AI.news
主页教程研究工具模型AI创业讨论新闻每日简报WIKI🚀 创业库★ 投稿
AI+医疗机器人教育金融能源健康娱乐思考

Getting Started | RevOS CLI

Command-line interface for managing RevOS resources — tables, scores, segments, actions, cubes, organizations, and more.

Quick Start

# Install

npm install -g @revos/cli

# Login via browser

revos auth login

# Check your organizations

revos org list

# Initialize a new data project

revos init my-project

What You Can Do

  • Authenticate — Browser-based OAuth login, token-based auth for CI/CD
  • Manage Organizations — List, switch, and inspect orgs
  • Manage Resources — CRUD tables, scores, segments, actions, AI instructions, and service accounts
  • Manage Cubes & Pipelines via IaC — Declare Connections and Cubes as YAML; reconcile with revos apply, inspect with revos diff and revos status
  • Scaffold Projects — Generate data engineering projects with medallion layout, Dev Containers, dbt, and AI companion files

Next Steps