Skip to content

Commit

Permalink
Add note for SURREAL_CAPS_ALLOW_EXPERIMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno committed Jan 21, 2025
1 parent 2dea9dd commit 6876e4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/doc-surrealdb/cli/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ Multiple experimental capabilities can be enabled by separating them with a comm
```bash
SURREAL_CAPS_ALLOW_EXPERIMENTAL="record_references, graphql" surreal start
surreal start --allow-experimental record_references,graphql
```

> [!NOTE]
> The experimental capability is completely hidden in the CLI help command, and `--allow-all` will not enable the experimental capabilities by default.
## Further examples

As `surreal start` is the command with by far the largest number of options, a few more examples will help give an idea of what sort of configurations are available.
Expand Down

0 comments on commit 6876e4f

Please sign in to comment.