Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dave MacLeod <[email protected]>
  • Loading branch information
Ekwuno and Dhghomon authored Jan 21, 2025
1 parent 4bbb499 commit 9f40083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/doc-surrealdb/cli/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,11 @@ or, using the `--allow-experimental` flag:
```bash
surreal start --allow-experimental record_references
```
Multiple experimental capabilities can be enabled by separating them with a comma.

```bash
SURREAL_CAPS_ALLOW_EXPERIMENTAL="record_references, graphql" surreal start
surreal start --allow-experimental record_references,graphql
## 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 9f40083

Please sign in to comment.