Set Micro project visibility
micro_visibility_setSet a Micro project's live site to public or private. Private requires authenticated app access and explicit grants; confirmation is mandatory.
Instructions
Make the linked site public or require authenticated app access and explicit private grants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| confirm | Yes | Explicit confirmation to change live project visibility | |
| visibility | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |