0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/tasty-dryers-bathe.md
Houston (Bot) d0d5ff78c9
[ci] release (#9202)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28 10:07:52 -06:00

455 B

@astrojs/upgrade
minor

Initial release!

@astrojs/upgrade is an automated command-line tool for upgrading Astro and your official Astro integrations together.

Inside of your existing astro project, run the following command to install the latest version of your integrations.

With NPM:

npx @astrojs/upgrade

With Yarn:

yarn dlx @astrojs/upgrade

With PNPM:

pnpm dlx @astrojs/upgrade