You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description of Changes
PR contains:
* CLI changes for the `pre_publish` endpoint when publishing a module.
* The regular `--yes` flag will not bypasses the *break clients* warning
prompt — an extra confirmation is now required. For CI, a hidden flag
`--break-clients` is added.
* Added smoketest.
* Some trivial naming changes in `client-api-*` crates for consistency
reasons.
* `pre_publish` route to accept similar Body size limit as `publish`
route.
# API and ABI breaking changes
an additive API change, does not break anything.
# Expected complexity level and risk
2
# Testing
- Existing smoketests passing for backward compatibility.
- New smoketest for add columns
---------
Signed-off-by: Shubham Mishra <[email protected]>
Co-authored-by: Phoebe Goldman <[email protected]>
Co-authored-by: Zeke Foppa <[email protected]>
Copy file name to clipboardExpand all lines: docs/docs/cli-reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Run `spacetime help publish` for more detailed information.
89
89
90
90
Default value: `.`
91
91
*`-b`, `--bin-path <WASM_FILE>` — The system path (absolute or relative) to the compiled wasm binary we should publish, instead of building the project.
92
+
*`--break-clients` — Allow breaking changes when publishing to an existing database identity. This will break existing clients.
92
93
*`--anonymous` — Perform this action with an anonymous identity
93
94
*`-s`, `--server <SERVER>` — The nickname, domain name or URL of the server to host the database.
94
95
*`-y`, `--yes` — Run non-interactively wherever possible. This will answer "yes" to almost all prompts, but will sometimes answer "no" to preserve non-interactivity (e.g. when prompting whether to log in with spacetimedb.com).
0 commit comments