vibie_update_site
Update a published Vibie site by uploading new content from a local folder. Reads site slug from folder marker or accepts it explicitly.
Instructions
Update an existing Vibie site with new content from a local folder. Use this when the user wants to re-deploy or push changes to an already-published site. If .vibie/site.json marker exists in the folder, the slug is read automatically; otherwise pass slug explicitly. Same URL, new content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Folder to upload. Required. | |
| slug | No | Site slug to update (e.g. my-site-a3f9). If omitted, read from .vibie/site.json in folder. | |
| note | No | Optional deployment note (changelog-style). |