codex --loginChatGPT 계정 연결
로그인과 키 설정을 다시 시작할 때 제일 먼저 찾는 명령입니다.
🔒 브라우저 내부 처리
OpenAI 공식 도움말과 Academy 문서 기준으로, Codex에서 자주 다시 찾는 CLI 플래그, 공개 커맨드, Skills, Automations, 설정 포인트를 먼저 모았습니다.
A compact Codex reference built from OpenAI’s official help and Academy docs, focused on the CLI flags, documented commands, Skills, Automations, and settings people re-open most.
Checked
Codex는 앱 기능과 워크플로가 빠르게 확장되는 중이라, 이 페이지는 2026년 4월 27일 기준 OpenAI 공식 문서에 직접 나온 항목 위주로만 정리했습니다.
Last checked · 2026-04-27Checked
Codex is evolving quickly, so this page stays anchored to features that OpenAI documents explicitly as of April 27, 2026.
Last checked · 2026-04-27CLI First
codex --login로그인과 키 설정을 다시 시작할 때 제일 먼저 찾는 명령입니다.
codex --upgradeCLI 자체 업데이트 명령입니다.
codex --auto-edit반복 편집 작업에서 승인 부담을 조금 줄이고 싶을 때 씁니다.
codex --full-auto로컬 샌드박스 안에서 읽기, 쓰기, 명령 실행까지 맡기는 모드입니다.
codex -m <model>CLI에서 다른 모델로 세션을 시작하고 싶을 때 씁니다.
/modeOpenAI 공식 도움말에 직접 나온 인세션 전환 명령입니다.
/personalityCodex app, CLI, IDE extension에서 성격을 바꿀 수 있다고 OpenAI가 안내합니다.
CLI First
codex --loginThe fastest way to recover authentication and local credentials.
codex --upgradeThe documented self-upgrade path for the Codex CLI.
codex --auto-editUseful when repetitive editing is more important than full manual control.
codex --full-autoLets Codex read, write, and run commands inside the local sandbox.
codex -m <model>Use this when the default model is not the one you want for the session.
/modeThis is the in-session mode toggle OpenAI documents directly.
/personalityOpenAI documents this for the app, CLI, and IDE extension.
App Workflow
Codex는 Skills로 팀별 작업 플레이북을 붙일 수 있습니다. 반복되는 코드 이해, 프로토타이핑, 문서화 흐름을 표준화할 때 중요합니다.
일정 기반 반복 작업을 Codex가 백그라운드에서 돌릴 수 있습니다. 리뷰 대기함으로 결과가 돌아오는 구조라 장기 작업에 잘 맞습니다.
General > Prevent sleep, Detail level, Appearance, Personalization은 장시간 작업이나 백그라운드 실행 시 가장 자주 다시 찾는 설정 포인트입니다.
OpenAI는 Codex app을 병렬 에이전트 중심 워크플로로 소개합니다. 큰 작업을 나눠 맡길 때 앱 강점이 커집니다.
App Workflow
Skills let Codex follow repeatable team playbooks for work like code understanding, prototyping, and documentation.
Automations let Codex run recurring tasks on a schedule and return the output into a review queue.
Prevent sleep, detail level, appearance, and personalization are the settings people usually want again during longer-running work.
OpenAI positions the Codex app as a multi-agent workspace, which matters most once you split larger work across parallel tasks.
Use Cases
로그인, 업그레이드, 모드 전환, 모델 지정부터 빠르게 되살리고 싶을 때 이 페이지가 제일 먼저 도움이 됩니다.
커맨드보다 실제로 더 많이 찾는 건 설정 위치와 기능 이름입니다. 그래서 Codex 쪽은 워크플로 제어 포인트를 같이 적었습니다.
Use Cases
This page helps you recover login, upgrade, mode switching, and model selection before you dig back into work.
For Codex, the remembered workflow controls often matter more than a long list of slash commands, so the cheatsheet keeps both together.
Official Sources
로그인, 업그레이드, 승인 모드, /mode 같은 CLI 시작 지점을 다시 확인할 때.
/personality, Skills, Automations, 에이전트 중심 앱 방향을 다시 볼 때.
Prevent sleep, detail level, appearance, personalization 같은 설정 포인트 확인용.
일정 기반 작업을 어떻게 자동화하는지, 어떤 반복 업무에 맞는지 볼 때.
Skills와 plugins의 역할 차이, 언제 어떤 확장 방식을 써야 하는지 볼 때.
Official Sources
For login, upgrade, approval modes, and the documented /mode entry point.
For /personality, Skills, Automations, and the app’s multi-agent positioning.
For prevent sleep, detail level, appearance, and personalization settings.
For scheduled recurring work and how Codex returns automation results.
For the role of Skills and how they differ from plugins.