본문으로 건너뛰기

CLI 명령어

ArchiCore CLI의 모든 명령어 참조.

프로젝트 명령어

/index

시맨틱 검색 및 분석을 위해 현재 프로젝트 인덱싱.

/index [--force]
옵션설명
--force이미 인덱싱되어 있어도 다시 인덱싱

/status

프로젝트 상태 및 통계 표시.

/status

검색 명령어

코드의 시맨틱 검색.

/search <쿼리> [--limit N]
옵션설명
--limit최대 결과 수 (기본값: 10)

분석 명령어

/analyze

변경 사항의 영향 분석.

/analyze <경로>

/metrics

코드 품질 메트릭 계산.

/metrics [경로] [--format json|table]

/security

보안 취약점 스캔.

/security [--severity high|medium|low]

/dead-code

미사용 코드 찾기.

/dead-code [--include-tests]

/duplication

코드 중복 찾기.

/duplication [--min-lines N]

아키텍처 명령어

/rules

아키텍처 규칙 관리.

/rules [list|add|validate]

내보내기 명령어

/export

분석 보고서 내보내기.

/export [--format html|json|pdf] [--output 경로]

AI 명령어

자연어 질문

접두사 없이 질문 입력:

> 인증 시스템은 어떻게 작동하나요?

유틸리티 명령어

/help

사용 가능한 명령어 표시.

/clear

화면 지우기.

/exit 또는 /quit

ArchiCore CLI 종료.