From c0940a194ea002742cb12d88dee9328a0d2da153 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Tue, 8 Jul 2025 12:57:34 -0400 Subject: Add a command line option to enable and list extensions (#3191) --- docs/cli/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/cli') diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 5f0514b0..1b2f9680 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -311,6 +311,12 @@ Arguments passed directly when running the CLI can override other configurations - Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information. - **`--checkpointing`**: - Enables [checkpointing](./commands.md#checkpointing-commands). +- **`--extensions `** (**`-e `**): + - Specifies a list of extensions to use for the session. If not provided, all available extensions are used. + - Use the special term `gemini -e none` to disable all extensions. + - Example: `gemini -e my-extension -e my-other-extension` +- **`--list-extensions`** (**`-l`**): + - Lists all available extensions and exits. - **`--version`**: - Displays the version of the CLI. -- cgit v1.2.3