summaryrefslogtreecommitdiff
path: root/docs/cli/configuration.md
diff options
context:
space:
mode:
authorBilly Biggs <[email protected]>2025-07-08 12:57:34 -0400
committerGitHub <[email protected]>2025-07-08 16:57:34 +0000
commitc0940a194ea002742cb12d88dee9328a0d2da153 (patch)
treed4ecc47c3a297aa1c00d6fc42616491614b4bad5 /docs/cli/configuration.md
parentf1647d9e19bf6930bc50bd2e66d2929f8f771503 (diff)
Add a command line option to enable and list extensions (#3191)
Diffstat (limited to 'docs/cli/configuration.md')
-rw-r--r--docs/cli/configuration.md6
1 files changed, 6 insertions, 0 deletions
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 <extension_name ...>`** (**`-e <extension_name ...>`**):
+ - 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.