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
산업 템플릿
Healthcare, Legal, Property Management 등을 위한 예제 쿼리가 포함된 사전 구축 템플릿
실시간 스트리밍
플랫폼 서비스의 실시간 진행 모니터링 및 라이브 업데이트를 위한 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
워크플로에 맞는 올바른 도구를 선택하세요
리소스 및 커뮤니티
도움 받기, 기여하기, 최신 정보 확인
