Skip to content

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

Terminal window
sscli health

sscli setup

Configures the sscli environment — installs dependencies and verifies the license server connection.

Tier: FREE

Usage

Terminal window
sscli setup [--verbose]

Options

FlagTypeDescription
--verboseBOOLEnable detailed logging

Examples

Terminal window
sscli setup
sscli setup --verbose

sscli upgrade

Upgrades the project to the latest template version by applying codemods and migration patches.

Tier: ALPHA

Usage

Terminal window
sscli upgrade [--dry-run]

Options

FlagTypeDescription
--dry-runBOOLPreview the upgrade changes without applying them

Examples

Terminal window
# Preview what would change
sscli upgrade --dry-run
# Apply the upgrade
sscli upgrade

Notes

  • Back up your project or commit all changes before running sscli upgrade.
  • The upgrade engine applies AST-based codemods for non-destructive migrations.