From a591505bf975e7ca79499094dcc8553822beca99 Mon Sep 17 00:00:00 2001 From: YongSung Na <83078238+nayong2021@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:28:14 +0900 Subject: [PATCH] docs: remove references to deprecated flags (--checkpointing, --sandbox-image) (#12578) Co-authored-by: Jack Wotherspoon --- docs/cli/checkpointing.md | 18 ++---------------- docs/cli/commands.md | 4 ++-- docs/cli/enterprise.md | 5 ++--- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/docs/cli/checkpointing.md b/docs/cli/checkpointing.md index 4f8bf2f776..9ee8cdb0fd 100644 --- a/docs/cli/checkpointing.md +++ b/docs/cli/checkpointing.md @@ -37,22 +37,8 @@ file in your project's temporary directory, typically located at ## Enabling the Feature -The Checkpointing feature is disabled by default. To enable it, you can either -use a command-line flag or edit your `settings.json` file. - -### Using the Command-Line Flag - -You can enable checkpointing for the current session by using the -`--checkpointing` flag when starting the Gemini CLI: - -```bash -gemini --checkpointing -``` - -### Using the `settings.json` File - -To enable checkpointing by default for all sessions, you need to edit your -`settings.json` file. +The Checkpointing feature is disabled by default. To enable it, you need to edit +your `settings.json` file. Add the following key to your `settings.json`: diff --git a/docs/cli/commands.md b/docs/cli/commands.md index 292b22d846..f1446b4688 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -154,8 +154,8 @@ Slash commands provide meta-level control over the CLI itself. edits made by a tool. If run without a tool call ID, it will list available checkpoints to restore from. - **Usage:** `/restore [tool_call_id]` - - **Note:** Only available if the CLI is invoked with the `--checkpointing` - option or configured via [settings](../get-started/configuration.md). See + - **Note:** Only available if configured via + [settings](../get-started/configuration.md). See [Checkpointing documentation](../cli/checkpointing.md) for more details. - **`/settings`** diff --git a/docs/cli/enterprise.md b/docs/cli/enterprise.md index fb641b82f0..6eb751902e 100644 --- a/docs/cli/enterprise.md +++ b/docs/cli/enterprise.md @@ -363,9 +363,8 @@ containerized environment. } ``` -You can also specify a custom, hardened Docker image for the sandbox using the -`--sandbox-image` command-line argument or by building a custom -`sandbox.Dockerfile` as described in the +You can also specify a custom, hardened Docker image for the sandbox by building +a custom `sandbox.Dockerfile` as described in the [Sandboxing documentation](./sandbox.md). ## Controlling Network Access via Proxy