0.1.0 • Published 3 months ago
@studiocms/upgrade v0.1.0
@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/upgrade
With Yarn:
yarn dlx @studiocms/upgrade
With PNPM:
pnpm dlx @studiocms/upgrade
Options
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 beta
With Yarn:
yarn dlx @studiocms/upgrade beta
With PNPM:
pnpm dlx @studiocms/upgrade beta
0.1.0
3 months ago