upgrade
Sync the framework runtime (src/shared/vsceasy/*, scripts/gen.ts, and similar)
from the bundled templates. Dry-run by default.
vsceasy upgrade| Flag | Type | Notes |
|---|---|---|
--apply | boolean | Apply the changes. Without it, upgrade is a dry run. |
--ui | text | UI variant subfolder. Default react. |
What it does
Section titled “What it does”Compares your framework-owned files against the version shipped with the CLI and
reports each as in-sync, would-create, or would-update. With --apply it
writes the updates and runs gen if anything changed.
# preview what would changevsceasy upgrade
# apply the updatesvsceasy upgrade --apply