Creation:2024-08-11Last update:2025-11-22
이 문서를 원하는 AI 어시스턴트에 참조하세요ChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
이 페이지와 원하는 AI 어시스턴트를 사용하여 문서를 요약합니다
이 페이지의 콘텐츠는 AI를 사용하여 번역되었습니다.
영어 원본 내용의 최신 버전을 보기Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
구성 관리
구성 가져오기
configuration get 명령어는 Intlayer의 현재 구성을, 특히 로케일 설정을 가져옵니다. 이는 설정을 확인하는 데 유용합니다.
bash
코드 복사
코드를 클립보드에 복사
npx intlayer configuration get별칭:
npx intlayer config getnpx intlayer conf get
인수:
--env: 환경을 지정합니다 (예:development,production).--env-file: 변수 로드를 위한 사용자 정의 환경 파일을 제공합니다.--base-dir: 프로젝트의 기본 디렉토리를 지정합니다.--verbose: 디버깅을 위한 자세한 로깅을 활성화합니다. (CLI에서 기본값은 true)--no-cache: 캐시를 비활성화합니다.
구성 푸시
configuration push 명령어는 구성을 Intlayer CMS 및 에디터에 업로드합니다. 이 단계는 Intlayer Visual Editor에서 원격 사전을 사용할 수 있도록 하는 데 필요합니다.
bash
코드 복사
코드를 클립보드에 복사
npx intlayer configuration push별칭:
npx intlayer config pushnpx intlayer conf push
인수:
--env: 환경을 지정합니다 (예:development,production).--env-file: 변수 로드를 위한 사용자 정의 환경 파일을 제공합니다.--base-dir: 프로젝트의 기본 디렉토리를 지정합니다.--verbose: 디버깅을 위해 자세한 로깅을 활성화합니다. (CLI에서 기본값은 true입니다)--no-cache: 캐시를 비활성화합니다.
구성을 푸시하면 프로젝트가 Intlayer CMS와 완전히 통합되어 팀 간 원활한 사전 관리를 가능하게 합니다.