Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 28 Nov 16:09
· 2349 commits to main since this release
d0d5ff7

Minor Changes

  • #8525 5a3875018 Thanks @natemoo-re! - 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