Build a Micro
micro_buildCompile and validate a Micro project without deploying, enabling pre-deployment error checks.
Instructions
Compile and validate the conventional Micro project without deploying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |