summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli')
-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.