Create a short-lived preview link for a workspace HTML page
Create the same preview link the app opens for an HTML file.
The link carries a short-lived authorization token: keep it out of logs and messages.
It serves the page's folder on an isolated origin, so a headless browser can load it to check the page or drive its agent actions.
mutiro user workspace preview <agent> <html-path> [flags]
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for preview |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| --json | bool | Output as JSON |
| --root | string | Workspace root: owner, or user:<username> for a user's private root (owners only) (default "owner") |
| --section | string | Workspace section: downloads, shared, agent or other (default "other") |
| -v, --verbose | bool | verbose output |