Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/deployment/cli.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -1529,7 +1529,7 @@ os environments bind <environment-id> --artifact ./dist/objectstack.json
os environments bind <environment-id> --artifact ./dist/objectstack.json --build
```

`--build` runs `objectstack compile` before updating the project. `--reseed`
`--build` runs `objectstack compile` before updating the environment. `--reseed`
is reserved for the server-side reseed endpoint; use it only when that endpoint
is available in your deployment.

Expand Down
Loading