本番対応 · 60以上のコマンド · 54K以上のコード行

Nexus CLIAIプラットフォームを操る

バーティカルAIアプリケーション構築のためのワールドクラスのコマンドラインツール。数秒でプロジェクトをスキャフォールド、43のマイクロサービスを管理、プラグインを開発、単一コマンドで本番にデプロイ。

Install Nexus CLI globally

npm install -g @adverant/nexus-forge

クイックスタート

4つの簡単なステップでNexus CLIを始めましょう

1

CLIをインストール

NPMでグローバルインストール

npm install -g @adverant/nexus-forge
2

プロジェクトを作成

バーティカルをスキャフォールド

forge create my-app
3

テンプレートを選択

業界テンプレートを選択

forge create app --template healthcare
4

構築開始

開発を始める

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 login

Authenticate with Nexus platform

nexus auth register

Create new account

nexus auth logout

Sign out of current session

nexus auth whoami

Display current user info

組織コマンド

nexus org list

List all organizations

nexus org create <name>

Create new organization

nexus org switch <org-id>

Switch active organization

nexus org info

Show current organization details

サービスコマンド

nexus services list

List all available services

nexus services status

Check 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 ports

List 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 list

List 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 --version

Show CLI version

セッション & ワークスペース

nexus session save <name>

Save current session

nexus session load <name>

Load saved session

nexus session list

List all sessions

nexus workspace init

Initialize workspace

nexus workspace validate

Validate workspace config

業界テンプレート

一般的な業界向けのプリビルトテンプレートでプロジェクトをすぐに始められます

heart health

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 healthcare
gavel legal

Legal 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 legal
building office

Property 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 property
lightning

Blank 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-forge

Output:

✓ 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ワークフロー向けのコマンドラインツール

CI/CDパイプライン統合
リモートサーバー管理
自動化 & スクリプト
プロジェクトスキャフォールディング
CLIをインストール

デスクトップIDE

Monaco EditorとGUIツールを備えたビジュアル開発環境

ビジュアルコードエディター
GUI設定
Git統合
MCPサーバー管理
デスクトップIDEについて

リソースとコミュニティ

サポートを受け、貢献し、最新情報を入手

GitHubリポジトリ

ソースコードの閲覧、Issueの報告、プロジェクトへの貢献

GitHubで見る

完全なドキュメント

完全なAPIリファレンス、ガイド、サンプル

ドキュメントを読む

コミュニティサポート

Discordに参加、Stack Overflowで質問

サポートを受ける

今日からバーティカルの構築を始めましょう

Nexus CLIをインストールして、数分で初めてのAI駆動バーティカルアプリケーションをスキャフォールド