Nexus CLIAIプラットフォームを操る
バーティカルAIアプリケーション構築のためのワールドクラスのコマンドラインツール。数秒でプロジェクトをスキャフォールド、43のマイクロサービスを管理、プラグインを開発、単一コマンドで本番にデプロイ。
Install Nexus CLI globally
npm install -g @adverant/nexus-forgeクイックスタート
4つの簡単なステップでNexus CLIを始めましょう
CLIをインストール
NPMでグローバルインストール
npm install -g @adverant/nexus-forgeプロジェクトを作成
バーティカルをスキャフォールド
forge create my-appテンプレートを選択
業界テンプレートを選択
forge create app --template healthcare構築開始
開発を始める
cd my-app && npm run dev強力な機能
バーティカルAIアプリケーションの構築、デプロイ、スケールに必要なすべて
サービスディスカバリー
ヘルス監視とステータスチェック付きの全43 Nexusマイクロサービスの自動検出と管理
プラグイン開発
スキャフォールディング、ローカルテスト、マーケットプレイス公開ツールを備えた完全なPlugin SDK
業界テンプレート
ヘルスケア、リーガル、不動産管理などのプリビルトテンプレートとサンプルクエリ付き
リアルタイムストリーミング
プラットフォームサービスからのリアルタイム進捗監視とライブ更新のためのWebSocketサポート
Dockerオーケストレーション
ローカル開発と本番デプロイのための完全なDocker Compose管理
Claude MCP統合
AI駆動開発のためのModel Context Protocolを介したClaude Desktopとのシームレスな統合
コマンドリファレンス
利用可能なコマンドの完全な一覧と使用方法
認証コマンド
nexus auth loginAuthenticate with Nexus platform
nexus auth registerCreate new account
nexus auth logoutSign out of current session
nexus auth whoamiDisplay current user info
組織コマンド
nexus org listList all organizations
nexus org create <name>Create new organization
nexus org switch <org-id>Switch active organization
nexus org infoShow current organization details
サービスコマンド
nexus services listList all available services
nexus services statusCheck health status of all services
nexus services start <name>Start specific service
nexus services stop <name>Stop running service
nexus services restart <name>Restart service
nexus services logs <name>View service logs
nexus services health <name>Check specific service health
nexus services info <name>Show service details
nexus services portsList all service ports
プラグインコマンド
nexus plugin init <name>Initialize new plugin project
nexus plugin install <name>Install plugin from marketplace
nexus plugin uninstall <name>Remove installed plugin
nexus plugin enable <name>Enable plugin
nexus plugin disable <name>Disable plugin
nexus plugin listList all plugins
nexus plugin info <name>Show plugin details
Forgeコマンド
forge create <project-name>Create new vertical project
forge create <name> --template <type>Use industry template
forge config get <key>Get configuration value
forge config set <key> <value>Set configuration value
forge --versionShow CLI version
セッション & ワークスペース
nexus session save <name>Save current session
nexus session load <name>Load saved session
nexus session listList all sessions
nexus workspace initInitialize workspace
nexus workspace validateValidate workspace config
業界テンプレート
一般的な業界向けのプリビルトテンプレートでプロジェクトをすぐに始められます
Healthcare CRM
Clinical trial optimization, patient data management, and regulatory compliance
Use Cases
- •Clinical trials management
- •Patient record processing
- •Medical compliance tracking
- •Healthcare analytics
Create Project
forge create healthcare-crm --template healthcareLegal Research
Case management, document analysis, and legal research automation
Use Cases
- •Case law research
- •Document discovery
- •Contract analysis
- •Legal brief generation
Create Project
forge create legal-research --template legalProperty Management
Tenant management, maintenance tracking, and property analytics
Use Cases
- •Tenant onboarding
- •Maintenance requests
- •Lease management
- •Property analytics
Create Project
forge create property-mgmt --template propertyBlank Template
Start from scratch with full flexibility and customization
Use Cases
- •Custom verticals
- •Experimental projects
- •Unique workflows
- •Learning & exploration
Create Project
forge create my-vertical --template blankインストール
Nexus CLIをシステムにインストールする複数の方法
NPMグローバルインストール
システム全体からアクセスするためNPMでグローバルインストール。Node.js 18以上とnpm 9以上が必要です。
npm install -g @adverant/nexus-forgeOutput:
✓ Installed @adverant/nexus-forge@3.0.0 ✓ Added 832 packages ✓ nexus command available globallyソースから(開発用)
開発やコントリビュート用にリポジトリをクローンしてローカルでビルド。
git clone https://github.com/adverant/nexus-cli.git
cd nexus-cli
npm install
npm linkダウンロード可能なバイナリ
GitHub Releases経由でmacOS、Linux、Windows用のプリビルトバイナリが利用可能。
CLI vs デスクトップIDE
ワークフローに合ったツールを選択
Nexus CLI
自動化、スクリプト、CI/CDワークフロー向けのコマンドラインツール
