File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ This document contains the help content for the `spacetime` command-line program
54
54
* ` logout ` —
55
55
* ` init ` — Initializes a new spacetime project. WARNING: This command is UNSTABLE and subject to breaking changes.
56
56
* ` build ` — Builds a spacetime module.
57
- * ` server ` — Manage the connection to the SpacetimeDB database server. WARNING: This command is UNSTABLE and subject to breaking changes.
57
+ * ` server ` — Manage the connection to the SpacetimeDB server. WARNING: This command is UNSTABLE and subject to breaking changes.
58
58
* ` subscribe ` — Subscribe to SQL queries on the database. WARNING: This command is UNSTABLE and subject to breaking changes.
59
59
* ` start ` — Start a local SpacetimeDB instance
60
60
* ` version ` — Manage installed spacetime versions
@@ -83,7 +83,7 @@ Run `spacetime help publish` for more detailed information.
83
83
84
84
###### <b >Options:</b >
85
85
86
- * ` -c ` , ` --delete-data ` — When publishing to an existing database identity, first DESTROY all data associated with the database
86
+ * ` -c ` , ` --delete-data ` — When publishing to an existing database identity, first DESTROY all data associated with the module
87
87
* ` --build-options <BUILD_OPTIONS> ` — Options to pass to the build command, for example --build-options='--lint-dir='
88
88
89
89
Default value: ``
@@ -391,7 +391,7 @@ Builds a spacetime module.
391
391
392
392
## spacetime server
393
393
394
- Manage the connection to the SpacetimeDB database server. WARNING: This command is UNSTABLE and subject to breaking changes.
394
+ Manage the connection to the SpacetimeDB server. WARNING: This command is UNSTABLE and subject to breaking changes.
395
395
396
396
** Usage:** `spacetime server
397
397
server <COMMAND >`
You can’t perform that action at this time.
0 commit comments