@studiocms/upgrade
v0.1.0
Published
A command-line tool for upgrading your StudioCMS installation and dependencies.
Readme
@studiocms/upgrade
A command-line tool for upgrading your StudioCMS installation and dependencies.
You can run this command in your terminal to upgrade your official Astro Project, integrations at the same time as you upgrade StudiOCMS.
Usage
@studiocms/upgrade should not be added as a dependency to your project, but run as a temporary executable whenever you want to upgrade using npx or dlx.
With NPM:
npx @studiocms/upgradeWith Yarn:
yarn dlx @studiocms/upgradeWith PNPM:
pnpm dlx @studiocms/upgradeOptions
tag (optional)
It is possible to pass a specific tag to resolve packages against. If not included, @studiocms/upgrade looks for the latest tag.
With NPM:
npx @studiocms/upgrade betaWith Yarn:
yarn dlx @studiocms/upgrade betaWith PNPM:
pnpm dlx @studiocms/upgrade beta