Skip to content

Commit

Permalink
Clarify what is a valid module name (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 authored Mar 7, 2025
1 parent 13f1d23 commit 6b5fc5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ Run `spacetime help publish` for more detailed information.

###### <b>Arguments:</b>

* `<NAME|IDENTITY>` — A valid domain or identity for this database
* `<NAME|IDENTITY>` — A valid domain or identity for this database.

Database names must match the regex `/^[a-z0-9]+(-[a-z0-9]+)*$/`,
i.e. only lowercase ASCII letters and numbers, separated by dashes.

###### <b>Options:</b>

Expand Down

0 comments on commit 6b5fc5b

Please sign in to comment.