health / setup / upgrade
sscli health
Health-checks all configured services for the current project. Useful for verifying the local Docker stack is running correctly.
Tier: FREE
Usage
sscli healthsscli setup
Configures the sscli environment — installs dependencies and verifies the license server connection.
Tier: FREE
Usage
sscli setup [--verbose]Options
| Flag | Type | Description |
|---|---|---|
--verbose | BOOL | Enable detailed logging |
Examples
sscli setupsscli setup --verbosesscli upgrade
Upgrades the project to the latest template version by applying codemods and migration patches.
Tier: ALPHA
Usage
sscli upgrade [--dry-run]Options
| Flag | Type | Description |
|---|---|---|
--dry-run | BOOL | Preview the upgrade changes without applying them |
Examples
# Preview what would changesscli upgrade --dry-run
# Apply the upgradesscli upgradeNotes
- Back up your project or commit all changes before running
sscli upgrade. - The upgrade engine applies AST-based codemods for non-destructive migrations.