콘텐츠로 이동

CLI 개요

anote CLI는 AI 지원을 직접 터미널로 가져옵니다.

설치

bash npm install -g @anote-ai/anote

주요 명령어

명령어 설명
anote ask <question> 코드에 대해 질문하기
anote fix [--loop] AI 지원 버그 수정
anote explain 파일 또는 선택 항목 설명하기
anote review [--pr N] 코드 리뷰 또는 PR 리뷰
anote test 테스트 생성 또는 실행
anote refactor 코드 리팩토링
anote index 의미론적 검색 인덱스 구축
anote search <query> 의미론적 코드 검색
anote commit 커밋 메시지 생성
anote changelog 변경 로그 생성
anote docs 문서 생성
anote migrate AI 지원 마이그레이션
anote security 보안 감사
anote perf 성능 분석
anote doctor 환경 상태 점검
anote init Anote 설정
anote config 구성 관리

전체 사용법은 명령어를 참조하세요.