| name | deploy-lamina |
| description | Use when releasing library changes or deploying services across the lamina workspace. Extends /deploy with lamina-specific tools. |
Deploy Lamina
Follow /deploy — here's how each step works in the lamina workspace.
Releasing libraries
lamina release <module> <version>
lamina release --dry-run <module> v0.2.0
lamina release --all
lamina release checks for dirty state, existing tags, and warns if dependencies have unpublished changes.
Pre-flight
lamina doctor
lamina test
lamina repo
Deploying services
After a library release, services that depend on it need redeployment. Use /deploy-aurelia for the service deployment itself. The lamina layer handles:
lamina doctor — confirm dependencies are consistent
lamina test — full suite passes
lamina release — tag the library
- Then
/deploy-aurelia for each affected service
Then /verify.
$ARGUMENTS