Skip to content

upgrade

Sync the framework runtime (src/shared/vsceasy/*, scripts/gen.ts, and similar) from the bundled templates. Dry-run by default.

Terminal window
vsceasy upgrade

Flags

FlagTypeNotes
--applybooleanApply the changes. Without it, upgrade is a dry run.
--uitextUI variant subfolder. Default react.

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.

Terminal window
# preview what would change
vsceasy upgrade
# apply the updates
vsceasy upgrade --apply