mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
28 lines
455 B
Markdown
28 lines
455 B
Markdown
|
---
|
||
|
'@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:**
|
||
|
|
||
|
```bash
|
||
|
npx @astrojs/upgrade
|
||
|
```
|
||
|
|
||
|
**With Yarn:**
|
||
|
|
||
|
```bash
|
||
|
yarn dlx @astrojs/upgrade
|
||
|
```
|
||
|
|
||
|
**With PNPM:**
|
||
|
|
||
|
```bash
|
||
|
pnpm dlx @astrojs/upgrade
|
||
|
```
|