Deploy a Micro
micro_deployBuild and validate a Micro project, then atomically create or update it in production with explicit acceptance flags for live products and price changes.
Instructions
Build, validate, and atomically create or update a production Micro project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| slug | Yes | ||
| acceptLiveProducts | No | ||
| acceptPriceChanges | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |