cli/reference.md +961 −1509
1# Command line options1# Command line options
2 2
33## How to read this referenceexport const globalFlagOptions = [
44 {
55This page catalogs every documented Codex CLI command and flag. Use the interactive tables to search by key or description. Each section indicates whether the option is stable or experimental and calls out risky combinations. key: "PROMPT",
66 type: "string",
77The CLI inherits most defaults from <code>~/.codex/config.toml</code>. Any description:
88 <code>-c key=value</code> overrides you pass at the command line take "Optional text instruction to start the session. Omit to launch the TUI without a pre-filled message.",
99 precedence for that invocation. See [Config },
1010 basics](https://developers.openai.com/codex/config-basic#configuration-precedence) for more information. {
1111 key: "--image, -i",
1212## Global flags type: "path[,path...]",
1313 description:
1414| Key | Type / Values | Details | "Attach one or more image files to the initial prompt. Separate multiple paths with commas or repeat the flag.",
1515| --- | --- | --- | },
1616| `--add-dir` | `path` | Grant additional directories write access alongside the main workspace. Repeat for multiple paths. | {
1717| `--ask-for-approval, -a` | `untrusted | on-request | never` | Control when Codex pauses for human approval before running a command. `on-failure` is deprecated; prefer `on-request` for interactive runs or `never` for non-interactive runs. | key: "--model, -m",
1818| `--cd, -C` | `path` | Set the working directory for the agent before it starts processing your request. | type: "string",
1919| `--config, -c` | `key=value` | Override configuration values. Values parse as JSON if possible; otherwise the literal string is used. | description:
2020| `--dangerously-bypass-approvals-and-sandbox, --yolo` | `boolean` | Run every command without approvals or sandboxing. Only use inside an externally hardened environment. | "Override the model set in configuration (for example `gpt-5.4`).",
2121| `--disable` | `feature` | Force-disable a feature flag (translates to `-c features.<name>=false`). Repeatable. | },
2222| `--enable` | `feature` | Force-enable a feature flag (translates to `-c features.<name>=true`). Repeatable. | {
2323| `--full-auto` | `boolean` | Shortcut for low-friction local work: sets `--ask-for-approval on-request` and `--sandbox workspace-write`. | key: "--oss",
2424| `--image, -i` | `path[,path...]` | Attach one or more image files to the initial prompt. Separate multiple paths with commas or repeat the flag. | type: "boolean",
2525| `--model, -m` | `string` | Override the model set in configuration (for example `gpt-5.4`). | defaultValue: "false",
2626| `--no-alt-screen` | `boolean` | Disable alternate screen mode for the TUI (overrides `tui.alternate_screen` for this run). | description:
2727| `--oss` | `boolean` | Use the local open source model provider (equivalent to `-c model_provider="oss"`). Validates that Ollama is running. | 'Use the local open source model provider (equivalent to `-c model_provider="oss"`). Validates that Ollama is running.',
2828| `--profile, -p` | `string` | Configuration profile name to load from `~/.codex/config.toml`. | },
2929| `--remote` | `ws://host:port | wss://host:port` | Connect the interactive TUI to a remote app-server WebSocket endpoint. Supported for `codex`, `codex resume`, and `codex fork`; other subcommands reject remote mode. | {
3030| `--remote-auth-token-env` | `ENV_VAR` | Read a bearer token from this environment variable and send it when connecting with `--remote`. Requires `--remote`; tokens are only sent over `wss://` URLs or `ws://` URLs whose host is `localhost`, `127.0.0.1`, or `::1`. | key: "--profile, -p",
3131| `--sandbox, -s` | `read-only | workspace-write | danger-full-access` | Select the sandbox policy for model-generated shell commands. | type: "string",
3232| `--search` | `boolean` | Enable live web search (sets `web_search = "live"` instead of the default `"cached"`). | description:
3333| `PROMPT` | `string` | Optional text instruction to start the session. Omit to launch the TUI without a pre-filled message. | "Configuration profile name to load from `~/.codex/config.toml`.",
3434 },
3535Key {
3636 key: "--sandbox, -s",
3737`--add-dir` type: "read-only | workspace-write | danger-full-access",
3838 description:
3939Type / Values "Select the sandbox policy for model-generated shell commands.",
4040 },
4141`path` {
4242 key: "--ask-for-approval, -a",
4343Details type: "untrusted | on-request | never",
4444 description:
4545Grant additional directories write access alongside the main workspace. Repeat for multiple paths. "Control when Codex pauses for human approval before running a command. `on-failure` is deprecated; prefer `on-request` for interactive runs or `never` for non-interactive runs.",
4646 },
4747Key {
4848 key: "--dangerously-bypass-approvals-and-sandbox, --yolo",
4949`--ask-for-approval, -a` type: "boolean",
5050 defaultValue: "false",
5151Type / Values description:
5252 "Run every command without approvals or sandboxing. Only use inside an externally hardened environment.",
5353`untrusted | on-request | never` },
5454 {
5555Details key: "--cd, -C",
5656 type: "path",
5757Control when Codex pauses for human approval before running a command. `on-failure` is deprecated; prefer `on-request` for interactive runs or `never` for non-interactive runs. description:
5858 "Set the working directory for the agent before it starts processing your request.",
5959Key },
6060 {
6161`--cd, -C` key: "--search",
6262 type: "boolean",
6363Type / Values defaultValue: "false",
6464 description:
6565`path` 'Enable live web search (sets `web_search = "live"` instead of the default `"cached"`).',
6666 },
6767Details {
6868 key: "--add-dir",
6969Set the working directory for the agent before it starts processing your request. type: "path",
7070 description:
7171Key "Grant additional directories write access alongside the main workspace. Repeat for multiple paths.",
7272 },
7373`--config, -c` {
7474 key: "--no-alt-screen",
7575Type / Values type: "boolean",
7676 defaultValue: "false",
7777`key=value` description:
7878 "Disable alternate screen mode for the TUI (overrides `tui.alternate_screen` for this run).",
7979Details },
8080 {
8181Override configuration values. Values parse as JSON if possible; otherwise the literal string is used. key: "--remote",
8282 type: "ws://host:port | wss://host:port",
8383Key description:
8484 "Connect the interactive TUI to a remote app-server WebSocket endpoint. Supported for `codex`, `codex resume`, and `codex fork`; other subcommands reject remote mode.",
8585`--dangerously-bypass-approvals-and-sandbox, --yolo` },
8686 {
8787Type / Values key: "--remote-auth-token-env",
8888 type: "ENV_VAR",
8989`boolean` description:
9090 "Read a bearer token from this environment variable and send it when connecting with `--remote`. Requires `--remote`; tokens are only sent over `wss://` URLs or `ws://` URLs whose host is `localhost`, `127.0.0.1`, or `::1`.",
9191Details },
9292 {
9393Run every command without approvals or sandboxing. Only use inside an externally hardened environment. key: "--enable",
9494 type: "feature",
9595Key description:
9696 "Force-enable a feature flag (translates to `-c features.<name>=true`). Repeatable.",
9797`--disable` },
9898 {
9999Type / Values key: "--disable",
100100 type: "feature",
101101`feature` description:
102102 "Force-disable a feature flag (translates to `-c features.<name>=false`). Repeatable.",
103103Details },
104104 {
105105Force-disable a feature flag (translates to `-c features.<name>=false`). Repeatable. key: "--config, -c",
106106 type: "key=value",
107107Key description:
108108 "Override configuration values. Values parse as JSON if possible; otherwise the literal string is used.",
109109`--enable` },
110110 ];
111111Type / Values
112112 export const commandOverview = [
113113`feature` {
114114 key: "codex",
115115Details href: "/codex/cli/reference#codex-interactive",
116116 type: "stable",
117117Force-enable a feature flag (translates to `-c features.<name>=true`). Repeatable. description:
118118 "Launch the terminal UI. Accepts the global flags above plus an optional prompt or image attachments.",
119119Key },
120120 {
121121`--full-auto` key: "codex app-server",
122122 href: "/codex/cli/reference#codex-app-server",
123123Type / Values type: "experimental",
124124 description:
125125`boolean` "Launch the Codex app server for local development or debugging over stdio, WebSocket, or a Unix socket.",
126126 },
127127Details {
128128 key: "codex remote-control",
129129Shortcut for low-friction local work: sets `--ask-for-approval on-request` and `--sandbox workspace-write`. href: "/codex/cli/reference#codex-remote-control",
130130 type: "experimental",
131131Key description:
132132 "Ensure the local app-server daemon is running with remote-control support enabled.",
133133`--image, -i` },
134134 {
135135Type / Values key: "codex app",
136136 href: "/codex/cli/reference#codex-app",
137137`path[,path...]` type: "stable",
138138 description:
139139Details "Launch the Codex desktop app on macOS or Windows. On macOS, Codex can open a workspace path; on Windows, Codex prints the path to open.",
140140 },
141141Attach one or more image files to the initial prompt. Separate multiple paths with commas or repeat the flag. {
142142 key: "codex debug app-server send-message-v2",
143143Key href: "/codex/cli/reference#codex-debug-app-server-send-message-v2",
144144 type: "experimental",
145145`--model, -m` description:
146146 "Debug app-server by sending a single V2 message through the built-in test client.",
147147Type / Values },
148148 {
149149`string` key: "codex debug models",
150150 href: "/codex/cli/reference#codex-debug-models",
151151Details type: "experimental",
152152 description:
153153Override the model set in configuration (for example `gpt-5.4`). "Print the raw model catalog Codex sees, including an option to inspect only the bundled catalog.",
154154 },
155155Key {
156156 key: "codex apply",
157157`--no-alt-screen` href: "/codex/cli/reference#codex-apply",
158158 type: "stable",
159159Type / Values description:
160160 "Apply the latest diff generated by a Codex Cloud task to your local working tree. Alias: `codex a`.",
161161`boolean` },
162162 {
163163Details key: "codex cloud",
164164 href: "/codex/cli/reference#codex-cloud",
165165Disable alternate screen mode for the TUI (overrides `tui.alternate_screen` for this run). type: "experimental",
166166 description:
167167Key "Browse or execute Codex Cloud tasks from the terminal without opening the TUI. Alias: `codex cloud-tasks`.",
168168 },
169169`--oss` {
170170 key: "codex completion",
171171Type / Values href: "/codex/cli/reference#codex-completion",
172172 type: "stable",
173173`boolean` description:
174174 "Generate shell completion scripts for Bash, Zsh, Fish, or PowerShell.",
175175Details },
176176 {
177177Use the local open source model provider (equivalent to `-c model_provider="oss"`). Validates that Ollama is running. key: "codex features",
178178 href: "/codex/cli/reference#codex-features",
179179Key type: "stable",
180180 description:
181181`--profile, -p` "List feature flags and persistently enable or disable them in `config.toml`.",
182182 },
183183Type / Values {
184184 key: "codex exec",
185185`string` href: "/codex/cli/reference#codex-exec",
186186 type: "stable",
187187Details description:
188188 "Run Codex non-interactively. Alias: `codex e`. Stream results to stdout or JSONL and optionally resume previous sessions.",
189189Configuration profile name to load from `~/.codex/config.toml`. },
190190 {
191191Key key: "codex execpolicy",
192192 href: "/codex/cli/reference#codex-execpolicy",
193193`--remote` type: "experimental",
194194 description:
195195Type / Values "Evaluate execpolicy rule files and see whether a command would be allowed, prompted, or blocked.",
196196 },
197197`ws://host:port | wss://host:port` {
198198 key: "codex login",
199199Details href: "/codex/cli/reference#codex-login",
200200 type: "stable",
201201Connect the interactive TUI to a remote app-server WebSocket endpoint. Supported for `codex`, `codex resume`, and `codex fork`; other subcommands reject remote mode. description:
202202 "Authenticate Codex using ChatGPT OAuth, device auth, an API key, or an access token piped over stdin.",
203203Key },
204204 {
205205`--remote-auth-token-env` key: "codex logout",
206206 href: "/codex/cli/reference#codex-logout",
207207Type / Values type: "stable",
208208 description: "Remove stored authentication credentials.",
209209`ENV_VAR` },
210210 {
211211Details key: "codex mcp",
212212 href: "/codex/cli/reference#codex-mcp",
213213Read a bearer token from this environment variable and send it when connecting with `--remote`. Requires `--remote`; tokens are only sent over `wss://` URLs or `ws://` URLs whose host is `localhost`, `127.0.0.1`, or `::1`. type: "experimental",
214214 description:
215215Key "Manage Model Context Protocol servers (list, add, remove, authenticate).",
216216 },
217217`--sandbox, -s` {
218218 key: "codex plugin marketplace",
219219Type / Values href: "/codex/cli/reference#codex-plugin-marketplace",
220220 type: "experimental",
221221`read-only | workspace-write | danger-full-access` description:
222222 "Add, upgrade, or remove plugin marketplaces from Git or local sources.",
223223Details },
224224 {
225225Select the sandbox policy for model-generated shell commands. key: "codex mcp-server",
226226 href: "/codex/cli/reference#codex-mcp-server",
227227Key type: "experimental",
228228 description:
229229`--search` "Run Codex itself as an MCP server over stdio. Useful when another agent consumes Codex.",
230230 },
231231Type / Values {
232232 key: "codex resume",
233233`boolean` href: "/codex/cli/reference#codex-resume",
234234 type: "stable",
235235Details description:
236236 "Continue a previous interactive session by ID or resume the most recent conversation.",
237237Enable live web search (sets `web_search = "live"` instead of the default `"cached"`). },
238238 {
239239Key key: "codex fork",
240240 href: "/codex/cli/reference#codex-fork",
241241`PROMPT` type: "stable",
242242 description:
243243Type / Values "Fork a previous interactive session into a new thread, preserving the original transcript.",
244244 },
245245`string` {
246246 key: "codex sandbox",
247247Details href: "/codex/cli/reference#codex-sandbox",
248248 type: "experimental",
249249Optional text instruction to start the session. Omit to launch the TUI without a pre-filled message. description:
250250 "Run arbitrary commands inside Codex-provided macOS, Linux, or Windows sandboxes.",
251251Expand to view all },
252252 {
253253These options apply to the base `codex` command and propagate to each subcommand unless a section below specifies otherwise. key: "codex update",
254254When you run a subcommand, place global flags after it (for example, `codex exec --oss ...`) so Codex applies them as intended. href: "/codex/cli/reference#codex-update",
255255 type: "stable",
256256## Command overview description:
257257 "Check for and apply a Codex CLI update when the installed release supports self-update.",
258258The Maturity column uses feature maturity labels such as Experimental, Beta, },
259259 and Stable. See [Feature Maturity](https://developers.openai.com/codex/feature-maturity) for how to];
260260 interpret these labels.
261261 export const execOptions = [
262262| Key | Maturity | Details | {
263263| --- | --- | --- | key: "PROMPT",
264264| [`codex`](https://developers.openai.com/codex/cli/reference#codex-interactive) | Stable | Launch the terminal UI. Accepts the global flags above plus an optional prompt or image attachments. | type: "string | - (read stdin)",
265265| [`codex app`](https://developers.openai.com/codex/cli/reference#codex-app) | Stable | Launch the Codex desktop app on macOS or Windows. On macOS, Codex can open a workspace path; on Windows, Codex prints the path to open. | description:
266266| [`codex app-server`](https://developers.openai.com/codex/cli/reference#codex-app-server) | Experimental | Launch the Codex app server for local development or debugging. | "Initial instruction for the task. Use `-` to pipe the prompt from stdin.",
267267| [`codex apply`](https://developers.openai.com/codex/cli/reference#codex-apply) | Stable | Apply the latest diff generated by a Codex Cloud task to your local working tree. Alias: `codex a`. | },
268268| [`codex cloud`](https://developers.openai.com/codex/cli/reference#codex-cloud) | Experimental | Browse or execute Codex Cloud tasks from the terminal without opening the TUI. Alias: `codex cloud-tasks`. | {
269269| [`codex completion`](https://developers.openai.com/codex/cli/reference#codex-completion) | Stable | Generate shell completion scripts for Bash, Zsh, Fish, or PowerShell. | key: "--image, -i",
270270| [`codex debug app-server send-message-v2`](https://developers.openai.com/codex/cli/reference#codex-debug-app-server-send-message-v2) | Experimental | Debug app-server by sending a single V2 message through the built-in test client. | type: "path[,path...]",
271271| [`codex exec`](https://developers.openai.com/codex/cli/reference#codex-exec) | Stable | Run Codex non-interactively. Alias: `codex e`. Stream results to stdout or JSONL and optionally resume previous sessions. | description:
272272| [`codex execpolicy`](https://developers.openai.com/codex/cli/reference#codex-execpolicy) | Experimental | Evaluate execpolicy rule files and see whether a command would be allowed, prompted, or blocked. | "Attach images to the first message. Repeatable; supports comma-separated lists.",
273273| [`codex features`](https://developers.openai.com/codex/cli/reference#codex-features) | Stable | List feature flags and persistently enable or disable them in `config.toml`. | },
274274| [`codex fork`](https://developers.openai.com/codex/cli/reference#codex-fork) | Stable | Fork a previous interactive session into a new thread, preserving the original transcript. | {
275275| [`codex login`](https://developers.openai.com/codex/cli/reference#codex-login) | Stable | Authenticate Codex using ChatGPT OAuth, device auth, or an API key piped over stdin. | key: "--model, -m",
276276| [`codex logout`](https://developers.openai.com/codex/cli/reference#codex-logout) | Stable | Remove stored authentication credentials. | type: "string",
277277| [`codex mcp`](https://developers.openai.com/codex/cli/reference#codex-mcp) | Experimental | Manage Model Context Protocol servers (list, add, remove, authenticate). | description: "Override the configured model for this run.",
278278| [`codex mcp-server`](https://developers.openai.com/codex/cli/reference#codex-mcp-server) | Experimental | Run Codex itself as an MCP server over stdio. Useful when another agent consumes Codex. | },
279279| [`codex plugin marketplace`](https://developers.openai.com/codex/cli/reference#codex-plugin-marketplace) | Experimental | Add, upgrade, or remove plugin marketplaces from Git or local sources. | {
280280| [`codex resume`](https://developers.openai.com/codex/cli/reference#codex-resume) | Stable | Continue a previous interactive session by ID or resume the most recent conversation. | key: "--oss",
281281| [`codex sandbox`](https://developers.openai.com/codex/cli/reference#codex-sandbox) | Experimental | Run arbitrary commands inside Codex-provided macOS seatbelt or Linux bubblewrap sandboxes. | type: "boolean",
282282 defaultValue: "false",
283283Key description:
284284 "Use the local open source provider (requires a running Ollama instance).",
285285[`codex`](https://developers.openai.com/codex/cli/reference#codex-interactive) },
286286 {
287287Maturity key: "--sandbox, -s",
288288 type: "read-only | workspace-write | danger-full-access",
289289Stable description:
290290 "Sandbox policy for model-generated commands. Defaults to configuration.",
291291Details },
292292 {
293293Launch the terminal UI. Accepts the global flags above plus an optional prompt or image attachments. key: "--profile, -p",
294294 type: "string",
295295Key description: "Select a configuration profile defined in config.toml.",
296296 },
297297[`codex app`](https://developers.openai.com/codex/cli/reference#codex-app) {
298298 key: "--full-auto",
299299Maturity type: "boolean",
300300 defaultValue: "false",
301301Stable description:
302302 "Deprecated compatibility flag. Prefer `--sandbox workspace-write`; Codex prints a warning when this flag is used.",
303303Details },
304304 {
305305Launch the Codex desktop app on macOS or Windows. On macOS, Codex can open a workspace path; on Windows, Codex prints the path to open. key: "--dangerously-bypass-approvals-and-sandbox, --yolo",
306306 type: "boolean",
307307Key defaultValue: "false",
308308 description:
309309[`codex app-server`](https://developers.openai.com/codex/cli/reference#codex-app-server) "Bypass approval prompts and sandboxing. Dangerous—only use inside an isolated runner.",
310310 },
311311Maturity {
312312 key: "--cd, -C",
313313Experimental type: "path",
314314 description: "Set the workspace root before executing the task.",
315315Details },
316316 {
317317Launch the Codex app server for local development or debugging. key: "--skip-git-repo-check",
318318 type: "boolean",
319319Key defaultValue: "false",
320320 description:
321321[`codex apply`](https://developers.openai.com/codex/cli/reference#codex-apply) "Allow running outside a Git repository (useful for one-off directories).",
322322 },
323323Maturity {
324324 key: "--ephemeral",
325325Stable type: "boolean",
326326 defaultValue: "false",
327327Details description: "Run without persisting session rollout files to disk.",
328328 },
329329Apply the latest diff generated by a Codex Cloud task to your local working tree. Alias: `codex a`. {
330330 key: "--ignore-user-config",
331331Key type: "boolean",
332332 defaultValue: "false",
333333[`codex cloud`](https://developers.openai.com/codex/cli/reference#codex-cloud) description:
334334 "Do not load `$CODEX_HOME/config.toml`. Authentication still uses `CODEX_HOME`.",
335335Maturity },
336336 {
337337Experimental key: "--ignore-rules",
338338 type: "boolean",
339339Details defaultValue: "false",
340340 description:
341341Browse or execute Codex Cloud tasks from the terminal without opening the TUI. Alias: `codex cloud-tasks`. "Do not load user or project execpolicy `.rules` files for this run.",
342342 },
343343Key {
344344 key: "--output-schema",
345345[`codex completion`](https://developers.openai.com/codex/cli/reference#codex-completion) type: "path",
346346 description:
347347Maturity "JSON Schema file describing the expected final response shape. Codex validates tool output against it.",
348348 },
349349Stable {
350350 key: "--color",
351351Details type: "always | never | auto",
352352 defaultValue: "auto",
353353Generate shell completion scripts for Bash, Zsh, Fish, or PowerShell. description: "Control ANSI color in stdout.",
354354 },
355355Key {
356356 key: "--json, --experimental-json",
357357[`codex debug app-server send-message-v2`](https://developers.openai.com/codex/cli/reference#codex-debug-app-server-send-message-v2) type: "boolean",
358358 defaultValue: "false",
359359Maturity description:
360360 "Print newline-delimited JSON events instead of formatted text.",
361361Experimental },
362362 {
363363Details key: "--output-last-message, -o",
364364 type: "path",
365365Debug app-server by sending a single V2 message through the built-in test client. description:
366366 "Write the assistant’s final message to a file. Useful for downstream scripting.",
367367Key },
368368 {
369369[`codex exec`](https://developers.openai.com/codex/cli/reference#codex-exec) key: "Resume subcommand",
370370 type: "codex exec resume [SESSION_ID]",
371371Maturity description:
372372 "Resume an exec session by ID or add `--last` to continue the most recent session from the current working directory. Add `--all` to consider sessions from any directory. Accepts an optional follow-up prompt.",
373373Stable },
374374 {
375375Details key: "-c, --config",
376376 type: "key=value",
377377Run Codex non-interactively. Alias: `codex e`. Stream results to stdout or JSONL and optionally resume previous sessions. description:
378378 "Inline configuration override for the non-interactive run (repeatable).",
379379Key },
380380 ];
381381[`codex execpolicy`](https://developers.openai.com/codex/cli/reference#codex-execpolicy)
382382 export const appServerOptions = [
383383Maturity {
384384 key: "--listen",
385385Experimental type: "stdio:// | ws://IP:PORT | unix:// | unix://PATH | off",
386386 defaultValue: "stdio://",
387387Details description:
388388 "Transport listener URL. Use `stdio://` for JSONL, `ws://IP:PORT` for a TCP WebSocket endpoint, `unix://` for the default Unix socket, `unix://PATH` for a custom Unix socket, or `off` to disable the local transport.",
389389Evaluate execpolicy rule files and see whether a command would be allowed, prompted, or blocked. },
390390 {
391391Key key: "--ws-auth",
392392 type: "capability-token | signed-bearer-token",
393393[`codex features`](https://developers.openai.com/codex/cli/reference#codex-features) description:
394394 "Authentication mode for app-server WebSocket clients. If omitted, WebSocket auth is disabled; non-local listeners warn during startup.",
395395Maturity },
396396 {
397397Stable key: "--ws-token-file",
398398 type: "absolute path",
399399Details description:
400400 "File containing the shared capability token. Required with `--ws-auth capability-token`.",
401401List feature flags and persistently enable or disable them in `config.toml`. },
402402 {
403403Key key: "--ws-shared-secret-file",
404404 type: "absolute path",
405405[`codex fork`](https://developers.openai.com/codex/cli/reference#codex-fork) description:
406406 "File containing the HMAC shared secret used to validate signed JWT bearer tokens. Required with `--ws-auth signed-bearer-token`.",
407407Maturity },
408408 {
409409Stable key: "--ws-issuer",
410410 type: "string",
411411Details description:
412412 "Expected `iss` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`.",
413413Fork a previous interactive session into a new thread, preserving the original transcript. },
414414 {
415415Key key: "--ws-audience",
416416 type: "string",
417417[`codex login`](https://developers.openai.com/codex/cli/reference#codex-login) description:
418418 "Expected `aud` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`.",
419419Maturity },
420420 {
421421Stable key: "--ws-max-clock-skew-seconds",
422422 type: "number",
423423Details defaultValue: "30",
424424 description:
425425Authenticate Codex using ChatGPT OAuth, device auth, or an API key piped over stdin. "Clock skew allowance when validating signed bearer token `exp` and `nbf` claims. Requires `--ws-auth signed-bearer-token`.",
426426 },
427427Key {
428428 key: "--analytics-default-enabled",
429429[`codex logout`](https://developers.openai.com/codex/cli/reference#codex-logout) type: "boolean",
430430 defaultValue: "false",
431431Maturity description:
432432 "Defaults analytics to enabled for first-party app-server clients unless the user opts out in config.",
433433Stable },
434434 ];
435435Details
436436 export const appOptions = [
437437Remove stored authentication credentials. {
438438 key: "PATH",
439439Key type: "path",
440440 defaultValue: ".",
441441[`codex mcp`](https://developers.openai.com/codex/cli/reference#codex-mcp) description:
442442 "Workspace path for Codex Desktop. On macOS, Codex opens this path; on Windows, Codex prints the path.",
443443Maturity },
444444 {
445445Experimental key: "--download-url",
446446 type: "url",
447447Details description:
448448 "Advanced override for the Codex desktop installer URL used during install.",
449449Manage Model Context Protocol servers (list, add, remove, authenticate). },
450450 ];
451451Key
452452 export const debugAppServerSendMessageV2Options = [
453453[`codex mcp-server`](https://developers.openai.com/codex/cli/reference#codex-mcp-server) {
454454 key: "USER_MESSAGE",
455455Maturity type: "string",
456456 description:
457457Experimental "Message text sent to app-server through the built-in V2 test-client flow.",
458458 },
459459Details];
460460
461461Run Codex itself as an MCP server over stdio. Useful when another agent consumes Codex.export const debugModelsOptions = [
462462 {
463463Key key: "--bundled",
464464 type: "boolean",
465465[`codex plugin marketplace`](https://developers.openai.com/codex/cli/reference#codex-plugin-marketplace) defaultValue: "false",
466466 description:
467467Maturity "Skip refresh and print only the model catalog bundled with the current Codex binary.",
468468 },
469469Experimental];
470470
471471Detailsexport const resumeOptions = [
472472 {
473473Add, upgrade, or remove plugin marketplaces from Git or local sources. key: "SESSION_ID",
474474 type: "uuid",
475475Key description:
476476 "Resume the specified session. Omit and use `--last` to continue the most recent session.",
477477[`codex resume`](https://developers.openai.com/codex/cli/reference#codex-resume) },
478478 {
479479Maturity key: "--last",
480480 type: "boolean",
481481Stable defaultValue: "false",
482482 description:
483483Details "Skip the picker and resume the most recent conversation from the current working directory.",
484484 },
485485Continue a previous interactive session by ID or resume the most recent conversation. {
486486 key: "--all",
487487Key type: "boolean",
488488 defaultValue: "false",
489489[`codex sandbox`](https://developers.openai.com/codex/cli/reference#codex-sandbox) description:
490490 "Include sessions outside the current working directory when selecting the most recent session.",
491491Maturity },
492492 ];
493493Experimental
494494 export const featuresOptions = [
495495Details {
496496 key: "List subcommand",
497497Run arbitrary commands inside Codex-provided macOS seatbelt or Linux bubblewrap sandboxes. type: "codex features list",
498498 description:
499499Expand to view all "Show known feature flags, their maturity stage, and their effective state.",
500500 },
501501## Command details {
502502 key: "Enable subcommand",
503503### `codex` (interactive) type: "codex features enable <feature>",
504504 description:
505505Running `codex` with no subcommand launches the interactive terminal UI (TUI). The agent accepts the global flags above plus image attachments. Web search defaults to cached mode; use `--search` to switch to live browsing and `--full-auto` to let Codex run most commands without prompts. "Persistently enable a feature flag in `config.toml`. Respects the active `--profile` when provided.",
506506 },
507507Use `--remote ws://host:port` or `--remote wss://host:port` to connect the TUI to an app server started with `codex app-server --listen ws://IP:PORT`. Add `--remote-auth-token-env <ENV_VAR>` when the server requires a bearer token for WebSocket authentication. See [Codex CLI features](https://developers.openai.com/codex/cli/features#connect-the-tui-to-a-remote-app-server) for setup examples and authentication guidance. {
508508 key: "Disable subcommand",
509509### `codex app-server` type: "codex features disable <feature>",
510510 description:
511511Launch the Codex app server locally. This is primarily for development and debugging and may change without notice. "Persistently disable a feature flag in `config.toml`. Respects the active `--profile` when provided.",
512512 },
513513| Key | Type / Values | Details |];
514514| --- | --- | --- |
515515| `--listen` | `stdio:// | ws://IP:PORT` | Transport listener URL. Use `ws://IP:PORT` to expose a WebSocket endpoint for remote clients. |export const execResumeOptions = [
516516| `--ws-audience` | `string` | Expected `aud` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`. | {
517517| `--ws-auth` | `capability-token | signed-bearer-token` | Authentication mode for app-server WebSocket clients. If omitted, WebSocket auth is disabled; non-local listeners warn during startup. | key: "SESSION_ID",
518518| `--ws-issuer` | `string` | Expected `iss` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`. | type: "uuid",
519519| `--ws-max-clock-skew-seconds` | `number` | Clock skew allowance when validating signed bearer token `exp` and `nbf` claims. Requires `--ws-auth signed-bearer-token`. | description:
520520| `--ws-shared-secret-file` | `absolute path` | File containing the HMAC shared secret used to validate signed JWT bearer tokens. Required with `--ws-auth signed-bearer-token`. | "Resume the specified session. Omit and use `--last` to continue the most recent session.",
521521| `--ws-token-file` | `absolute path` | File containing the shared capability token. Required with `--ws-auth capability-token`. | },
522522 {
523523Key key: "--last",
524524 type: "boolean",
525525`--listen` defaultValue: "false",
526526 description:
527527Type / Values "Resume the most recent conversation from the current working directory.",
528528 },
529529`stdio:// | ws://IP:PORT` {
530530 key: "--all",
531531Details type: "boolean",
532532 defaultValue: "false",
533533Transport listener URL. Use `ws://IP:PORT` to expose a WebSocket endpoint for remote clients. description:
534534 "Include sessions outside the current working directory when selecting the most recent session.",
535535Key },
536536 {
537537`--ws-audience` key: "--image, -i",
538538 type: "path[,path...]",
539539Type / Values description:
540540 "Attach one or more images to the follow-up prompt. Separate multiple paths with commas or repeat the flag.",
541541`string` },
542542 {
543543Details key: "PROMPT",
544544 type: "string | - (read stdin)",
545545Expected `aud` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`. description:
546546 "Optional follow-up instruction sent immediately after resuming.",
547547Key },
548548 ];
549549`--ws-auth`
550550 export const forkOptions = [
551551Type / Values {
552552 key: "SESSION_ID",
553553`capability-token | signed-bearer-token` type: "uuid",
554554 description:
555555Details "Fork the specified session. Omit and use `--last` to fork the most recent session.",
556556 },
557557Authentication mode for app-server WebSocket clients. If omitted, WebSocket auth is disabled; non-local listeners warn during startup. {
558558 key: "--last",
559559Key type: "boolean",
560560 defaultValue: "false",
561561`--ws-issuer` description:
562562 "Skip the picker and fork the most recent conversation automatically.",
563563Type / Values },
564564 {
565565`string` key: "--all",
566566 type: "boolean",
567567Details defaultValue: "false",
568568 description:
569569Expected `iss` claim for signed bearer tokens. Requires `--ws-auth signed-bearer-token`. "Show sessions beyond the current working directory in the picker.",
570570 },
571571Key];
572572
573573`--ws-max-clock-skew-seconds`export const execpolicyOptions = [
574574 {
575575Type / Values key: "--rules, -r",
576576 type: "path (repeatable)",
577577`number` description:
578578 "Path to an execpolicy rule file to evaluate. Provide multiple flags to combine rules across files.",
579579Details },
580580 {
581581Clock skew allowance when validating signed bearer token `exp` and `nbf` claims. Requires `--ws-auth signed-bearer-token`. key: "--pretty",
582582 type: "boolean",
583583Key defaultValue: "false",
584584 description: "Pretty-print the JSON result.",
585585`--ws-shared-secret-file` },
586586 {
587587Type / Values key: "COMMAND...",
588588 type: "var-args",
589589`absolute path` description: "Command to be checked against the specified policies.",
590590 },
591591Details];
592592
593593File containing the HMAC shared secret used to validate signed JWT bearer tokens. Required with `--ws-auth signed-bearer-token`.export const loginOptions = [
594594 {
595595Key key: "--with-api-key",
596596 type: "boolean",
597597`--ws-token-file` description:
598598 "Read an API key from stdin (for example `printenv OPENAI_API_KEY | codex login --with-api-key`).",
599599Type / Values },
600600 {
601601`absolute path` key: "--with-access-token",
602602 type: "boolean",
603603Details description:
604604 "Read an access token from stdin (for example `printenv CODEX_ACCESS_TOKEN | codex login --with-access-token`).",
605605File containing the shared capability token. Required with `--ws-auth capability-token`. },
606606 {
607607`codex app-server --listen stdio://` keeps the default JSONL-over-stdio behavior. `--listen ws://IP:PORT` enables WebSocket transport for app-server clients. The server accepts `ws://` listen URLs; use TLS termination or a secure proxy when clients connect with `wss://`. If you generate schemas for client bindings, add `--experimental` to include gated fields and methods. key: "--device-auth",
608608 type: "boolean",
609609### `codex app` description:
610610 "Use OAuth device code flow instead of launching a browser window.",
611611Launch Codex Desktop from the terminal on macOS or Windows. On macOS, Codex can open a specific workspace path; on Windows, Codex prints the path to open. },
612612 {
613613| Key | Type / Values | Details | key: "status subcommand",
614614| --- | --- | --- | type: "codex login status",
615615| `--download-url` | `url` | Advanced override for the Codex desktop installer URL used during install. | description:
616616| `PATH` | `path` | Workspace path for Codex Desktop. On macOS, Codex opens this path; on Windows, Codex prints the path. | "Print the active authentication mode and exit with 0 when logged in.",
617617 },
618618Key];
619619
620620`--download-url`export const applyOptions = [
621621 {
622622Type / Values key: "TASK_ID",
623623 type: "string",
624624`url` description:
625625 "Identifier of the Codex Cloud task whose diff should be applied.",
626626Details },
627627 ];
628628Advanced override for the Codex desktop installer URL used during install.
629629 export const sandboxMacOptions = [
630630Key {
631631 key: "--permissions-profile",
632632`PATH` type: "NAME",
633633 description:
634634Type / Values "Apply a named permissions profile from the active configuration stack.",
635635 },
636636`path` {
637637 key: "--cd, -C",
638638Details type: "DIR",
639639 description:
640640Workspace path for Codex Desktop. On macOS, Codex opens this path; on Windows, Codex prints the path. "Working directory used for profile resolution and command execution. Requires `--permissions-profile`.",
641641 },
642642`codex app` opens an installed Codex Desktop app, or starts the installer when {
643643the app is missing. On macOS, Codex opens the provided workspace path; on key: "--include-managed-config",
644644Windows, it prints the path to open after installation. type: "boolean",
645645 defaultValue: "false",
646646### `codex debug app-server send-message-v2` description:
647647 "Include managed requirements while resolving an explicit permissions profile. Requires `--permissions-profile`.",
648648Send one message through app-server's V2 thread/turn flow using the built-in app-server test client. },
649649 {
650650| Key | Type / Values | Details | key: "--allow-unix-socket",
651651| --- | --- | --- | type: "path",
652652| `USER_MESSAGE` | `string` | Message text sent to app-server through the built-in V2 test-client flow. | description:
653653 "Allow the sandboxed command to bind or connect Unix sockets rooted at this path. Repeat to allow multiple paths.",
654654Key },
655655 {
656656`USER_MESSAGE` key: "--log-denials",
657657 type: "boolean",
658658Type / Values defaultValue: "false",
659659 description:
660660`string` "Capture macOS sandbox denials with `log stream` while the command runs and print them after exit.",
661661 },
662662Details {
663663 key: "--config, -c",
664664Message text sent to app-server through the built-in V2 test-client flow. type: "key=value",
665665 description:
666666This debug flow initializes with `experimentalApi: true`, starts a thread, sends a turn, and streams server notifications. Use it to reproduce and inspect app-server protocol behavior locally. "Pass configuration overrides into the sandboxed run (repeatable).",
667667 },
668668### `codex apply` {
669669 key: "COMMAND...",
670670Apply the most recent diff from a Codex cloud task to your local repository. You must authenticate and have access to the task. type: "var-args",
671671 description:
672672| Key | Type / Values | Details | "Shell command to execute under macOS Seatbelt. Everything after `--` is forwarded.",
673673| --- | --- | --- | },
674674| `TASK_ID` | `string` | Identifier of the Codex Cloud task whose diff should be applied. |];
675675
676676Keyexport const sandboxLinuxOptions = [
677677 {
678678`TASK_ID` key: "--permissions-profile",
679679 type: "NAME",
680680Type / Values description:
681681 "Apply a named permissions profile from the active configuration stack.",
682682`string` },
683683 {
684684Details key: "--cd, -C",
685685 type: "DIR",
686686Identifier of the Codex Cloud task whose diff should be applied. description:
687687 "Working directory used for profile resolution and command execution. Requires `--permissions-profile`.",
688688Codex prints the patched files and exits non-zero if `git apply` fails (for example, due to conflicts). },
689689 {
690690### `codex cloud` key: "--include-managed-config",
691691 type: "boolean",
692692Interact with Codex cloud tasks from the terminal. The default command opens an interactive picker; `codex cloud exec` submits a task directly, and `codex cloud list` returns recent tasks for scripting or quick inspection. defaultValue: "false",
693693 description:
694694| Key | Type / Values | Details | "Include managed requirements while resolving an explicit permissions profile. Requires `--permissions-profile`.",
695695| --- | --- | --- | },
696696| `--attempts` | `1-4` | Number of assistant attempts (best-of-N) Codex Cloud should run. | {
697697| `--env` | `ENV_ID` | Target Codex Cloud environment identifier (required). Use `codex cloud` to list options. | key: "--config, -c",
698698| `QUERY` | `string` | Task prompt. If omitted, Codex prompts interactively for details. | type: "key=value",
699699 description:
700700Key "Configuration overrides applied before launching the sandbox (repeatable).",
701701 },
702702`--attempts` {
703703 key: "COMMAND...",
704704Type / Values type: "var-args",
705705 description:
706706`1-4` "Command to execute under Landlock + seccomp. Provide the executable after `--`.",
707707 },
708708Details];
709709
710710Number of assistant attempts (best-of-N) Codex Cloud should run.export const sandboxWindowsOptions = [
711711 {
712712Key key: "--permissions-profile",
713713 type: "NAME",
714714`--env` description:
715715 "Apply a named permissions profile from the active configuration stack.",
716716Type / Values },
717717 {
718718`ENV_ID` key: "--cd, -C",
719719 type: "DIR",
720720Details description:
721721 "Working directory used for profile resolution and command execution. Requires `--permissions-profile`.",
722722Target Codex Cloud environment identifier (required). Use `codex cloud` to list options. },
723723 {
724724Key key: "--include-managed-config",
725725 type: "boolean",
726726`QUERY` defaultValue: "false",
727727 description:
728728Type / Values "Include managed requirements while resolving an explicit permissions profile. Requires `--permissions-profile`.",
729729 },
730730`string` {
731731 key: "--config, -c",
732732Details type: "key=value",
733733 description:
734734Task prompt. If omitted, Codex prompts interactively for details. "Configuration overrides applied before launching the sandbox (repeatable).",
735735 },
736736Authentication follows the same credentials as the main CLI. Codex exits non-zero if the task submission fails. {
737737 key: "COMMAND...",
738738#### `codex cloud list` type: "var-args",
739739 description:
740740List recent cloud tasks with optional filtering and pagination. "Command to execute under the native Windows sandbox. Provide the executable after `--`.",
741741 },
742742| Key | Type / Values | Details |];
743743| --- | --- | --- |
744744| `--cursor` | `string` | Pagination cursor returned by a previous request. |export const completionOptions = [
745745| `--env` | `ENV_ID` | Filter tasks by environment identifier. | {
746746| `--json` | `boolean` | Emit machine-readable JSON instead of plain text. | key: "SHELL",
747747| `--limit` | `1-20` | Maximum number of tasks to return. | type: "bash | zsh | fish | power-shell | elvish",
748748 defaultValue: "bash",
749749Key description: "Shell to generate completions for. Output prints to stdout.",
750750 },
751751`--cursor`];
752752
753753Type / Valuesexport const cloudExecOptions = [
754754 {
755755`string` key: "QUERY",
756756 type: "string",
757757Details description:
758758 "Task prompt. If omitted, Codex prompts interactively for details.",
759759Pagination cursor returned by a previous request. },
760760 {
761761Key key: "--env",
762762 type: "ENV_ID",
763763`--env` description:
764764 "Target Codex Cloud environment identifier (required). Use `codex cloud` to list options.",
765765Type / Values },
766766 {
767767`ENV_ID` key: "--attempts",
768768 type: "1-4",
769769Details defaultValue: "1",
770770 description:
771771Filter tasks by environment identifier. "Number of assistant attempts (best-of-N) Codex Cloud should run.",
772772 },
773773Key];
774774
775775`--json`export const cloudListOptions = [
776776 {
777777Type / Values key: "--env",
778778 type: "ENV_ID",
779779`boolean` description: "Filter tasks by environment identifier.",
780780 },
781781Details {
782782 key: "--limit",
783783Emit machine-readable JSON instead of plain text. type: "1-20",
784784 defaultValue: "20",
785785Key description: "Maximum number of tasks to return.",
786786 },
787787`--limit` {
788788 key: "--cursor",
789789Type / Values type: "string",
790790 description: "Pagination cursor returned by a previous request.",
791791`1-20` },
792792 {
793793Details key: "--json",
794794 type: "boolean",
795795Maximum number of tasks to return. defaultValue: "false",
796796 description: "Emit machine-readable JSON instead of plain text.",
797797Plain-text output prints a task URL followed by status details. Use `--json` for automation. The JSON payload contains a `tasks` array plus an optional `cursor` value. Each task includes `id`, `url`, `title`, `status`, `updated_at`, `environment_id`, `environment_label`, `summary`, `is_review`, and `attempt_total`. },
798798 ];
799799### `codex completion`
800800 export const mcpCommands = [
801801Generate shell completion scripts and redirect the output to the appropriate location, for example `codex completion zsh > "${fpath[1]}/_codex"`. {
802802 key: "list",
803803| Key | Type / Values | Details | type: "--json",
804804| --- | --- | --- | description:
805805| `SHELL` | `bash | zsh | fish | power-shell | elvish` | Shell to generate completions for. Output prints to stdout. | "List configured MCP servers. Add `--json` for machine-readable output.",
806806 },
807807Key {
808808 key: "get <name>",
809809`SHELL` type: "--json",
810810 description:
811811Type / Values "Show a specific server configuration. `--json` prints the raw config entry.",
812812 },
813813`bash | zsh | fish | power-shell | elvish` {
814814 key: "add <name>",
815815Details type: "-- <command...> | --url <value>",
816816 description:
817817Shell to generate completions for. Output prints to stdout. "Register a server using a stdio launcher command or a streamable HTTP URL. Supports `--env KEY=VALUE` for stdio transports.",
818818 },
819819### `codex features` {
820820 key: "remove <name>",
821821Manage feature flags stored in `~/.codex/config.toml`. The `enable` and `disable` commands persist changes so they apply to future sessions. When you launch with `--profile`, Codex writes to that profile instead of the root configuration. description: "Delete a stored MCP server definition.",
822822 },
823823| Key | Type / Values | Details | {
824824| --- | --- | --- | key: "login <name>",
825825| `Disable subcommand` | `codex features disable <feature>` | Persistently disable a feature flag in `config.toml`. Respects the active `--profile` when provided. | type: "--scopes scope1,scope2",
826826| `Enable subcommand` | `codex features enable <feature>` | Persistently enable a feature flag in `config.toml`. Respects the active `--profile` when provided. | description:
827827| `List subcommand` | `codex features list` | Show known feature flags, their maturity stage, and their effective state. | "Start an OAuth login for a streamable HTTP server (servers that support OAuth only).",
828828 },
829829Key {
830830 key: "logout <name>",
831831`Disable subcommand` description:
832832 "Remove stored OAuth credentials for a streamable HTTP server.",
833833Type / Values },
834834 ];
835835`codex features disable <feature>`
836836 export const mcpAddOptions = [
837837Details {
838838 key: "COMMAND...",
839839Persistently disable a feature flag in `config.toml`. Respects the active `--profile` when provided. type: "stdio transport",
840840 description:
841841Key "Executable plus arguments to launch the MCP server. Provide after `--`.",
842842 },
843843`Enable subcommand` {
844844 key: "--env KEY=VALUE",
845845Type / Values type: "repeatable",
846846 description:
847847`codex features enable <feature>` "Environment variable assignments applied when launching a stdio server.",
848848 },
849849Details {
850850 key: "--url",
851851Persistently enable a feature flag in `config.toml`. Respects the active `--profile` when provided. type: "https://…",
852852 description:
853853Key "Register a streamable HTTP server instead of stdio. Mutually exclusive with `COMMAND...`.",
854854 },
855855`List subcommand` {
856856 key: "--bearer-token-env-var",
857857Type / Values type: "ENV_VAR",
858858 description:
859859`codex features list` "Environment variable whose value is sent as a bearer token when connecting to a streamable HTTP server.",
860860 },
861861Details];
862862
863863Show known feature flags, their maturity stage, and their effective state.export const marketplaceCommands = [
864864 {
865865### `codex exec` key: "add <source>",
866866 type: "[--ref REF] [--sparse PATH]",
867867Use `codex exec` (or the short form `codex e`) for scripted or CI-style runs that should finish without human interaction. description:
868868 "Install a plugin marketplace from GitHub shorthand, a Git URL, an SSH URL, or a local marketplace root directory. `--sparse` is supported only for Git sources and can be repeated.",
869869| Key | Type / Values | Details | },
870870| --- | --- | --- | {
871871| `--cd, -C` | `path` | Set the workspace root before executing the task. | key: "upgrade [marketplace-name]",
872872| `--color` | `always | never | auto` | Control ANSI color in stdout. | description:
873873| `--dangerously-bypass-approvals-and-sandbox, --yolo` | `boolean` | Bypass approval prompts and sandboxing. Dangerous—only use inside an isolated runner. | "Refresh one configured Git marketplace, or all configured Git marketplaces when no name is provided.",
874874| `--ephemeral` | `boolean` | Run without persisting session rollout files to disk. | },
875875| `--full-auto` | `boolean` | Apply the low-friction automation preset (`workspace-write` sandbox and `on-request` approvals). | {
876876| `--image, -i` | `path[,path...]` | Attach images to the first message. Repeatable; supports comma-separated lists. | key: "remove <marketplace-name>",
877877| `--json, --experimental-json` | `boolean` | Print newline-delimited JSON events instead of formatted text. | description: "Remove a configured plugin marketplace.",
878878| `--model, -m` | `string` | Override the configured model for this run. | },
879879| `--oss` | `boolean` | Use the local open source provider (requires a running Ollama instance). |];
880| `--output-last-message, -o` | `path` | Write the assistant’s final message to a file. Useful for downstream scripting. |
881| `--output-schema` | `path` | JSON Schema file describing the expected final response shape. Codex validates tool output against it. |
882| `--profile, -p` | `string` | Select a configuration profile defined in config.toml. |
883| `--sandbox, -s` | `read-only | workspace-write | danger-full-access` | Sandbox policy for model-generated commands. Defaults to configuration. |
884| `--skip-git-repo-check` | `boolean` | Allow running outside a Git repository (useful for one-off directories). |
885| `-c, --config` | `key=value` | Inline configuration override for the non-interactive run (repeatable). |
886| `PROMPT` | `string | - (read stdin)` | Initial instruction for the task. Use `-` to pipe the prompt from stdin. |
887| `Resume subcommand` | `codex exec resume [SESSION_ID]` | Resume an exec session by ID or add `--last` to continue the most recent session from the current working directory. Add `--all` to consider sessions from any directory. Accepts an optional follow-up prompt. |
888
889Key
890
891`--cd, -C`
892
893Type / Values
894
895`path`
896
897Details
898
899Set the workspace root before executing the task.
900
901Key
902
903`--color`
904
905Type / Values
906
907`always | never | auto`
908
909Details
910
911Control ANSI color in stdout.
912
913Key
914
915`--dangerously-bypass-approvals-and-sandbox, --yolo`
916
917Type / Values
918
919`boolean`
920
921Details
922
923Bypass approval prompts and sandboxing. Dangerous—only use inside an isolated runner.
924
925Key
926
927`--ephemeral`
928
929Type / Values
930
931`boolean`
932
933Details
934
935Run without persisting session rollout files to disk.
936
937Key
938
939`--full-auto`
940
941Type / Values
942
943`boolean`
944
945Details
946
947Apply the low-friction automation preset (`workspace-write` sandbox and `on-request` approvals).
948
949Key
950
951`--image, -i`
952
953Type / Values
954
955`path[,path...]`
956
957Details
958
959Attach images to the first message. Repeatable; supports comma-separated lists.
960
961Key
962
963`--json, --experimental-json`
964
965Type / Values
966 880
967881`boolean`## How to read this reference
968
969Details
970
971Print newline-delimited JSON events instead of formatted text.
972
973Key
974
975`--model, -m`
976
977Type / Values
978
979`string`
980
981Details
982
983Override the configured model for this run.
984
985Key
986
987`--oss`
988
989Type / Values
990
991`boolean`
992 882
993883DetailsThis page catalogs every documented Codex CLI command and flag. Use the interactive tables to search by key or description. Each section indicates whether the option is stable or experimental and calls out risky combinations.
994 884
995885Use the local open source provider (requires a running Ollama instance).The CLI inherits most defaults from <code>~/.codex/config.toml</code>. Any
886 <code>-c key=value</code> overrides you pass at the command line take
887 precedence for that invocation. See [Config
888 basics](https://developers.openai.com/codex/config-basic#configuration-precedence) for more information.
996 889
997890Key## Global flags
998 891
999892`--output-last-message, -o`<ConfigTable client:load options={globalFlagOptions} />
1000 893
1001894Type / ValuesThese options apply to the base `codex` command and propagate to each subcommand unless a section below specifies otherwise.
895When you run a subcommand, place global flags after it (for example, `codex exec --oss ...`) so Codex applies them as intended.
1002 896
1003897`path`## Command overview
1004 898
1005899DetailsThe Maturity column uses feature maturity labels such as Experimental, Beta,
900 and Stable. See [Feature Maturity](https://developers.openai.com/codex/feature-maturity) for how to
901 interpret these labels.
1006 902
1007903Write the assistant’s final message to a file. Useful for downstream scripting.<ConfigTable
904 client:load
905 options={commandOverview}
906 secondColumnTitle="Maturity"
907 secondColumnVariant="maturity"
908/>
1008 909
1009910Key## Command details
1010 911
1011912`--output-schema`### `codex` (interactive)
1012 913
1013914Type / ValuesRunning `codex` with no subcommand launches the interactive terminal UI (TUI). The agent accepts the global flags above plus image attachments. Web search defaults to cached mode; use `--search` to switch to live browsing. For low-friction local work, use `--sandbox workspace-write --ask-for-approval on-request`.
1014 915
1015916`path`Use `--remote ws://host:port` or `--remote wss://host:port` to connect the TUI to an app server started with `codex app-server --listen ws://IP:PORT`. Add `--remote-auth-token-env <ENV_VAR>` when the server requires a bearer token for WebSocket authentication.
1016 917
1017918Details### `codex app-server`
1018 919
1019920JSON Schema file describing the expected final response shape. Codex validates tool output against it.Launch the Codex app server locally. This is primarily for development and debugging and may change without notice.
1020 921
1021922Key<ConfigTable client:load options={appServerOptions} />
1022 923
1023924`--profile, -p``codex app-server --listen stdio://` keeps the default JSONL-over-stdio behavior. `--listen ws://IP:PORT` enables WebSocket transport for app-server clients. The server accepts `ws://` listen URLs; use TLS termination or a secure proxy when clients connect with `wss://`. Use `--listen unix://` to accept WebSocket handshakes on Codex's default Unix socket, or `--listen unix:///absolute/path.sock` to choose a socket path. If you generate schemas for client bindings, add `--experimental` to include gated fields and methods.
1024 925
1025926Type / Values### `codex remote-control`
1026 927
1027928`string`Ensure the app-server daemon is running with remote-control support enabled.
929Managed remote-control clients and SSH remote workflows use this command; it's
930not a replacement for `codex app-server --listen` when you are building a local
931protocol client.
1028 932
1029933Details### `codex app`
1030 934
1031935Select a configuration profile defined in config.toml.Launch Codex Desktop from the terminal on macOS or Windows. On macOS, Codex can open a specific workspace path; on Windows, Codex prints the path to open.
1032 936
1033937Key<ConfigTable client:load options={appOptions} />
1034 938
1035939`--sandbox, -s``codex app` opens an installed Codex Desktop app, or starts the installer when
940the app is missing. On macOS, Codex opens the provided workspace path; on
941Windows, it prints the path to open after installation.
1036 942
1037943Type / Values### `codex debug app-server send-message-v2`
1038 944
1039945`read-only | workspace-write | danger-full-access`Send one message through app-server's V2 thread/turn flow using the built-in app-server test client.
1040 946
1041947Details<ConfigTable client:load options={debugAppServerSendMessageV2Options} />
1042 948
1043949Sandbox policy for model-generated commands. Defaults to configuration.This debug flow initializes with `experimentalApi: true`, starts a thread, sends a turn, and streams server notifications. Use it to reproduce and inspect app-server protocol behavior locally.
1044 950
1045951Key### `codex debug models`
1046 952
1047953`--skip-git-repo-check`Print the raw model catalog Codex sees as JSON.
1048 954
1049955Type / Values<ConfigTable client:load options={debugModelsOptions} />
1050 956
1051957`boolean`Use `--bundled` when you want to inspect only the catalog bundled with the current binary, without refreshing from the remote models endpoint.
1052 958
1053959Details### `codex apply`
1054 960
1055961Allow running outside a Git repository (useful for one-off directories).Apply the most recent diff from a Codex cloud task to your local repository. You must authenticate and have access to the task.
1056 962
1057963Key<ConfigTable client:load options={applyOptions} />
1058 964
1059965`-c, --config`Codex prints the patched files and exits non-zero if `git apply` fails (for example, due to conflicts).
1060 966
1061967Type / Values### `codex cloud`
1062 968
1063969`key=value`Interact with Codex cloud tasks from the terminal. The default command opens an interactive picker; `codex cloud exec` submits a task directly, and `codex cloud list` returns recent tasks for scripting or quick inspection.
1064 970
1065971Details<ConfigTable client:load options={cloudExecOptions} />
1066 972
1067973Inline configuration override for the non-interactive run (repeatable).Authentication follows the same credentials as the main CLI. Codex exits non-zero if the task submission fails.
1068 974
1069975Key#### `codex cloud list`
1070 976
1071977`PROMPT`List recent cloud tasks with optional filtering and pagination.
1072 978
1073979Type / Values<ConfigTable client:load options={cloudListOptions} />
1074 980
1075981`string | - (read stdin)`Plain-text output prints a task URL followed by status details. Use `--json` for automation. The JSON payload contains a `tasks` array plus an optional `cursor` value. Each task includes `id`, `url`, `title`, `status`, `updated_at`, `environment_id`, `environment_label`, `summary`, `is_review`, and `attempt_total`.
1076 982
1077983Details### `codex completion`
1078 984
1079985Initial instruction for the task. Use `-` to pipe the prompt from stdin.Generate shell completion scripts and redirect the output to the appropriate location, for example `codex completion zsh > "${fpath[1]}/_codex"`.
1080 986
1081987Key<ConfigTable client:load options={completionOptions} />
1082 988
1083989`Resume subcommand`### `codex features`
1084 990
1085991Type / ValuesManage feature flags stored in `~/.codex/config.toml`. The `enable` and `disable` commands persist changes so they apply to future sessions. When you launch with `--profile`, Codex writes to that profile instead of the root configuration.
1086 992
1087993`codex exec resume [SESSION_ID]`<ConfigTable client:load options={featuresOptions} />
1088 994
1089995Details### `codex exec`
1090 996
1091997Resume an exec session by ID or add `--last` to continue the most recent session from the current working directory. Add `--all` to consider sessions from any directory. Accepts an optional follow-up prompt.Use `codex exec` (or the short form `codex e`) for scripted or CI-style runs that should finish without human interaction.
1092 998
1093999Expand to view all<ConfigTable client:load options={execOptions} />
1094 1000
1095Codex writes formatted output by default. Add `--json` to receive newline-delimited JSON events (one per state change). The optional `resume` subcommand lets you continue non-interactive tasks. Use `--last` to pick the most recent session from the current working directory, or add `--all` to search across all sessions:1001Codex writes formatted output by default. Add `--json` to receive newline-delimited JSON events (one per state change). The optional `resume` subcommand lets you continue non-interactive tasks. Use `--last` to pick the most recent session from the current working directory, or add `--all` to search across all sessions:
1096 1002
10971003| Key | Type / Values | Details |<ConfigTable client:load options={execResumeOptions} />
1098| --- | --- | --- |
1099| `--all` | `boolean` | Include sessions outside the current working directory when selecting the most recent session. |
1100| `--image, -i` | `path[,path...]` | Attach one or more images to the follow-up prompt. Separate multiple paths with commas or repeat the flag. |
1101| `--last` | `boolean` | Resume the most recent conversation from the current working directory. |
1102| `PROMPT` | `string | - (read stdin)` | Optional follow-up instruction sent immediately after resuming. |
1103| `SESSION_ID` | `uuid` | Resume the specified session. Omit and use `--last` to continue the most recent session. |
1104
1105Key
1106
1107`--all`
1108
1109Type / Values
1110
1111`boolean`
1112
1113Details
1114
1115Include sessions outside the current working directory when selecting the most recent session.
1116
1117Key
1118
1119`--image, -i`
1120
1121Type / Values
1122
1123`path[,path...]`
1124
1125Details
1126
1127Attach one or more images to the follow-up prompt. Separate multiple paths with commas or repeat the flag.
1128
1129Key
1130
1131`--last`
1132
1133Type / Values
1134
1135`boolean`
1136
1137Details
1138
1139Resume the most recent conversation from the current working directory.
1140
1141Key
1142
1143`PROMPT`
1144
1145Type / Values
1146
1147`string | - (read stdin)`
1148
1149Details
1150
1151Optional follow-up instruction sent immediately after resuming.
1152
1153Key
1154
1155`SESSION_ID`
1156
1157Type / Values
1158
1159`uuid`
1160
1161Details
1162
1163Resume the specified session. Omit and use `--last` to continue the most recent session.
1164 1004
1165### `codex execpolicy`1005### `codex execpolicy`
1166 1006
1167Check `execpolicy` rule files before you save them. `codex execpolicy check` accepts one or more `--rules` flags (for example, files under `~/.codex/rules`) and emits JSON showing the strictest decision and any matching rules. Add `--pretty` to format the output. The `execpolicy` command is currently in preview.1007Check `execpolicy` rule files before you save them. `codex execpolicy check` accepts one or more `--rules` flags (for example, files under `~/.codex/rules`) and emits JSON showing the strictest decision and any matching rules. Add `--pretty` to format the output. The `execpolicy` command is currently in preview.
1168 1008
11691009| Key | Type / Values | Details |<ConfigTable client:load options={execpolicyOptions} />
1170| --- | --- | --- |
1171| `--pretty` | `boolean` | Pretty-print the JSON result. |
1172| `--rules, -r` | `path (repeatable)` | Path to an execpolicy rule file to evaluate. Provide multiple flags to combine rules across files. |
1173| `COMMAND...` | `var-args` | Command to be checked against the specified policies. |
1174
1175Key
1176
1177`--pretty`
1178
1179Type / Values
1180
1181`boolean`
1182
1183Details
1184
1185Pretty-print the JSON result.
1186
1187Key
1188
1189`--rules, -r`
1190
1191Type / Values
1192
1193`path (repeatable)`
1194
1195Details
1196
1197Path to an execpolicy rule file to evaluate. Provide multiple flags to combine rules across files.
1198
1199Key
1200
1201`COMMAND...`
1202
1203Type / Values
1204
1205`var-args`
1206
1207Details
1208
1209Command to be checked against the specified policies.
1210 1010
1211### `codex login`1011### `codex login`
1212 1012
12131013Authenticate the CLI with a ChatGPT account or API key. With no flags, Codex opens a browser for the ChatGPT OAuth flow.Authenticate the CLI with a ChatGPT account, API key, or access token. With no flags, Codex opens a browser for the ChatGPT OAuth flow.
1214
1215| Key | Type / Values | Details |
1216| --- | --- | --- |
1217| `--device-auth` | `boolean` | Use OAuth device code flow instead of launching a browser window. |
1218| `--with-api-key` | `boolean` | Read an API key from stdin (for example `printenv OPENAI_API_KEY | codex login --with-api-key`). |
1219| `status subcommand` | `codex login status` | Print the active authentication mode and exit with 0 when logged in. |
1220
1221Key
1222
1223`--device-auth`
1224
1225Type / Values
1226
1227`boolean`
1228
1229Details
1230
1231Use OAuth device code flow instead of launching a browser window.
1232
1233Key
1234
1235`--with-api-key`
1236
1237Type / Values
1238
1239`boolean`
1240
1241Details
1242 1014
12431015Read an API key from stdin (for example `printenv OPENAI_API_KEY | codex login --with-api-key`).<ConfigTable client:load options={loginOptions} />
1244
1245Key
1246
1247`status subcommand`
1248
1249Type / Values
1250
1251`codex login status`
1252
1253Details
1254
1255Print the active authentication mode and exit with 0 when logged in.
1256 1016
1257`codex login status` exits with `0` when credentials are present, which is helpful in automation scripts.1017`codex login status` exits with `0` when credentials are present, which is helpful in automation scripts.
1258 1018
1264 1024
1265Manage Model Context Protocol server entries stored in `~/.codex/config.toml`.1025Manage Model Context Protocol server entries stored in `~/.codex/config.toml`.
1266 1026
12671027| Key | Type / Values | Details |<ConfigTable client:load options={mcpCommands} />
1268| --- | --- | --- |
1269| `add <name>` | `-- <command...> | --url <value>` | Register a server using a stdio launcher command or a streamable HTTP URL. Supports `--env KEY=VALUE` for stdio transports. |
1270| `get <name>` | `--json` | Show a specific server configuration. `--json` prints the raw config entry. |
1271| `list` | `--json` | List configured MCP servers. Add `--json` for machine-readable output. |
1272| `login <name>` | `--scopes scope1,scope2` | Start an OAuth login for a streamable HTTP server (servers that support OAuth only). |
1273| `logout <name>` | | Remove stored OAuth credentials for a streamable HTTP server. |
1274| `remove <name>` | | Delete a stored MCP server definition. |
1275
1276Key
1277
1278`add <name>`
1279
1280Type / Values
1281
1282`-- <command...> | --url <value>`
1283
1284Details
1285
1286Register a server using a stdio launcher command or a streamable HTTP URL. Supports `--env KEY=VALUE` for stdio transports.
1287
1288Key
1289
1290`get <name>`
1291
1292Type / Values
1293
1294`--json`
1295
1296Details
1297
1298Show a specific server configuration. `--json` prints the raw config entry.
1299
1300Key
1301
1302`list`
1303
1304Type / Values
1305
1306`--json`
1307
1308Details
1309
1310List configured MCP servers. Add `--json` for machine-readable output.
1311
1312Key
1313
1314`login <name>`
1315
1316Type / Values
1317
1318`--scopes scope1,scope2`
1319
1320Details
1321
1322Start an OAuth login for a streamable HTTP server (servers that support OAuth only).
1323
1324Key
1325
1326`logout <name>`
1327
1328Details
1329
1330Remove stored OAuth credentials for a streamable HTTP server.
1331
1332Key
1333
1334`remove <name>`
1335
1336Details
1337
1338Delete a stored MCP server definition.
1339 1028
1340The `add` subcommand supports both stdio and streamable HTTP transports:1029The `add` subcommand supports both stdio and streamable HTTP transports:
1341 1030
13421031| Key | Type / Values | Details |<ConfigTable client:load options={mcpAddOptions} />
1343| --- | --- | --- |
1344| `--bearer-token-env-var` | `ENV_VAR` | Environment variable whose value is sent as a bearer token when connecting to a streamable HTTP server. |
1345| `--env KEY=VALUE` | `repeatable` | Environment variable assignments applied when launching a stdio server. |
1346| `--url` | `https://…` | Register a streamable HTTP server instead of stdio. Mutually exclusive with `COMMAND...`. |
1347| `COMMAND...` | `stdio transport` | Executable plus arguments to launch the MCP server. Provide after `--`. |
1348
1349Key
1350
1351`--bearer-token-env-var`
1352
1353Type / Values
1354
1355`ENV_VAR`
1356
1357Details
1358
1359Environment variable whose value is sent as a bearer token when connecting to a streamable HTTP server.
1360
1361Key
1362
1363`--env KEY=VALUE`
1364
1365Type / Values
1366
1367`repeatable`
1368
1369Details
1370
1371Environment variable assignments applied when launching a stdio server.
1372
1373Key
1374
1375`--url`
1376
1377Type / Values
1378
1379`https://…`
1380
1381Details
1382
1383Register a streamable HTTP server instead of stdio. Mutually exclusive with `COMMAND...`.
1384
1385Key
1386
1387`COMMAND...`
1388
1389Type / Values
1390
1391`stdio transport`
1392
1393Details
1394
1395Executable plus arguments to launch the MCP server. Provide after `--`.
1396 1032
1397OAuth actions (`login`, `logout`) only work with streamable HTTP servers (and only when the server supports OAuth).1033OAuth actions (`login`, `logout`) only work with streamable HTTP servers (and only when the server supports OAuth).
1398 1034
1400 1036
1401Manage plugin marketplace sources that Codex can browse and install from.1037Manage plugin marketplace sources that Codex can browse and install from.
1402 1038
14031039| Key | Type / Values | Details |<ConfigTable client:load options={marketplaceCommands} />
1404| --- | --- | --- |
1405| `add <source>` | `[--ref REF] [--sparse PATH]` | Install a plugin marketplace from GitHub shorthand, a Git URL, an SSH URL, or a local marketplace root directory. `--sparse` is supported only for Git sources and can be repeated. |
1406| `remove <marketplace-name>` | | Remove a configured plugin marketplace. |
1407| `upgrade [marketplace-name]` | | Refresh one configured Git marketplace, or all configured Git marketplaces when no name is provided. |
1408
1409Key
1410
1411`add <source>`
1412
1413Type / Values
1414
1415`[--ref REF] [--sparse PATH]`
1416
1417Details
1418
1419Install a plugin marketplace from GitHub shorthand, a Git URL, an SSH URL, or a local marketplace root directory. `--sparse` is supported only for Git sources and can be repeated.
1420
1421Key
1422
1423`remove <marketplace-name>`
1424
1425Details
1426
1427Remove a configured plugin marketplace.
1428
1429Key
1430
1431`upgrade [marketplace-name]`
1432
1433Details
1434
1435Refresh one configured Git marketplace, or all configured Git marketplaces when no name is provided.
1436 1040
1437`codex plugin marketplace add` accepts GitHub shorthand such as `owner/repo` or1041`codex plugin marketplace add` accepts GitHub shorthand such as `owner/repo` or
1438`owner/repo@ref`, HTTP or HTTPS Git URLs, SSH Git URLs, and local marketplace1042`owner/repo@ref`, HTTP or HTTPS Git URLs, SSH Git URLs, and local marketplace
1447 1051
1448Continue an interactive session by ID or resume the most recent conversation. `codex resume` scopes `--last` to the current working directory unless you pass `--all`. It accepts the same global flags as `codex`, including model and sandbox overrides.1052Continue an interactive session by ID or resume the most recent conversation. `codex resume` scopes `--last` to the current working directory unless you pass `--all`. It accepts the same global flags as `codex`, including model and sandbox overrides.
1449 1053
14501054| Key | Type / Values | Details |<ConfigTable client:load options={resumeOptions} />
1451| --- | --- | --- |
1452| `--all` | `boolean` | Include sessions outside the current working directory when selecting the most recent session. |
1453| `--last` | `boolean` | Skip the picker and resume the most recent conversation from the current working directory. |
1454| `SESSION_ID` | `uuid` | Resume the specified session. Omit and use `--last` to continue the most recent session. |
1455
1456Key
1457
1458`--all`
1459
1460Type / Values
1461
1462`boolean`
1463
1464Details
1465
1466Include sessions outside the current working directory when selecting the most recent session.
1467
1468Key
1469
1470`--last`
1471
1472Type / Values
1473
1474`boolean`
1475
1476Details
1477
1478Skip the picker and resume the most recent conversation from the current working directory.
1479
1480Key
1481
1482`SESSION_ID`
1483
1484Type / Values
1485
1486`uuid`
1487
1488Details
1489
1490Resume the specified session. Omit and use `--last` to continue the most recent session.
1491 1055
1492### `codex fork`1056### `codex fork`
1493 1057
1494Fork a previous interactive session into a new thread. By default, `codex fork` opens the session picker; add `--last` to fork your most recent session instead.1058Fork a previous interactive session into a new thread. By default, `codex fork` opens the session picker; add `--last` to fork your most recent session instead.
1495 1059
14961060| Key | Type / Values | Details |<ConfigTable client:load options={forkOptions} />
1497| --- | --- | --- |
1498| `--all` | `boolean` | Show sessions beyond the current working directory in the picker. |
1499| `--last` | `boolean` | Skip the picker and fork the most recent conversation automatically. |
1500| `SESSION_ID` | `uuid` | Fork the specified session. Omit and use `--last` to fork the most recent session. |
1501
1502Key
1503
1504`--all`
1505
1506Type / Values
1507
1508`boolean`
1509
1510Details
1511
1512Show sessions beyond the current working directory in the picker.
1513
1514Key
1515
1516`--last`
1517
1518Type / Values
1519
1520`boolean`
1521
1522Details
1523
1524Skip the picker and fork the most recent conversation automatically.
1525
1526Key
1527
1528`SESSION_ID`
1529
1530Type / Values
1531
1532`uuid`
1533
1534Details
1535
1536Fork the specified session. Omit and use `--last` to fork the most recent session.
1537 1061
1538### `codex sandbox`1062### `codex sandbox`
1539 1063
1541 1065
1542#### macOS seatbelt1066#### macOS seatbelt
1543 1067
15441068| Key | Type / Values | Details |<ConfigTable client:load options={sandboxMacOptions} />
1545| --- | --- | --- |
1546| `--config, -c` | `key=value` | Pass configuration overrides into the sandboxed run (repeatable). |
1547| `--full-auto` | `boolean` | Grant write access to the current workspace and `/tmp` without approvals. |
1548| `COMMAND...` | `var-args` | Shell command to execute under macOS Seatbelt. Everything after `--` is forwarded. |
1549
1550Key
1551
1552`--config, -c`
1553
1554Type / Values
1555
1556`key=value`
1557
1558Details
1559
1560Pass configuration overrides into the sandboxed run (repeatable).
1561
1562Key
1563
1564`--full-auto`
1565
1566Type / Values
1567
1568`boolean`
1569
1570Details
1571
1572Grant write access to the current workspace and `/tmp` without approvals.
1573
1574Key
1575
1576`COMMAND...`
1577
1578Type / Values
1579
1580`var-args`
1581
1582Details
1583
1584Shell command to execute under macOS Seatbelt. Everything after `--` is forwarded.
1585 1069
1586#### Linux Landlock1070#### Linux Landlock
1587 1071
15881072| Key | Type / Values | Details |<ConfigTable client:load options={sandboxLinuxOptions} />
1589| --- | --- | --- |
1590| `--config, -c` | `key=value` | Configuration overrides applied before launching the sandbox (repeatable). |
1591| `--full-auto` | `boolean` | Grant write access to the current workspace and `/tmp` inside the Landlock sandbox. |
1592| `COMMAND...` | `var-args` | Command to execute under Landlock + seccomp. Provide the executable after `--`. |
1593
1594Key
1595
1596`--config, -c`
1597
1598Type / Values
1599
1600`key=value`
1601
1602Details
1603
1604Configuration overrides applied before launching the sandbox (repeatable).
1605
1606Key
1607
1608`--full-auto`
1609
1610Type / Values
1611
1612`boolean`
1613
1614Details
1615
1616Grant write access to the current workspace and `/tmp` inside the Landlock sandbox.
1617
1618Key
1619
1620`COMMAND...`
1621 1073
16221074Type / Values#### Windows
1623 1075
16241076`var-args`<ConfigTable client:load options={sandboxWindowsOptions} />
1625 1077
16261078Details### `codex update`
1627 1079
16281080Command to execute under Landlock + seccomp. Provide the executable after `--`.Check for and apply a Codex CLI update when the installed release supports self-update. Debug builds print a message telling you to install a release build instead.
1629 1081
1630## Flag combinations and safety tips1082## Flag combinations and safety tips
1631 1083
16321084- Set `--full-auto` for unattended local work, but avoid combining it with `--dangerously-bypass-approvals-and-sandbox` unless you are inside a dedicated sandbox VM.- Use `--sandbox workspace-write` for unattended local work that can stay inside the workspace, and avoid `--dangerously-bypass-approvals-and-sandbox` unless you are inside a dedicated sandbox VM.
1633- When you need to grant Codex write access to more directories, prefer `--add-dir` rather than forcing `--sandbox danger-full-access`.1085- When you need to grant Codex write access to more directories, prefer `--add-dir` rather than forcing `--sandbox danger-full-access`.
1634- Pair `--json` with `--output-last-message` in CI to capture machine-readable progress and a final natural-language summary.1086- Pair `--json` with `--output-last-message` in CI to capture machine-readable progress and a final natural-language summary.
1635 1087