cg_checkin
Validate and check a module into the library to make it reusable. Provide a reason for changes.
Instructions
Run the full validation / smoke pipeline and then check the module into the library. Use this only for changes that should become reusable logic. Requires reason. Supports either path or widget_dir for compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory (default: .). | |
| widget_dir | No | Alias for path. | |
| reason | Yes | What changed and why. | |
| bump | No | Version bump type. | |
| publish | No | Publish to cloud after checkin. | |
| override_warnings | No | Proceed despite validation warnings. | |
| override_reason | No | Why warnings should be overridden. |