Flags
Examples
Update a group to enable all extensions
You can update a group and all its databases to enableall extensions:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
turso group update <group-name> [flags]
| Flag | Description |
|---|---|
--extensions string | Enable extensions by passing all or none. |
--version string | Specify the version of the group to update to. Values include latest or canary. |
-y, --yes | Skip confirmation prompt and confirm. |
all extensions:
turso group update <group-name> --extensions all
Was this page helpful?