diff --git a/.changeset/yellow-fishes-occur.md b/.changeset/yellow-fishes-occur.md new file mode 100644 index 000000000000..028412e5fc64 --- /dev/null +++ b/.changeset/yellow-fishes-occur.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Update list of available integrations in the `astro add` CLI help. diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts index 2f8b73d560f1..c38ab57c1ddc 100644 --- a/packages/astro/src/cli/add/index.ts +++ b/packages/astro/src/cli/add/index.ts @@ -148,12 +148,12 @@ export async function add(names: string[], { flags }: AddOptions) { ['node', 'astro add node'], ], Others: [ + ['db', 'astro add db'], ['tailwind', 'astro add tailwind'], - ['image', 'astro add image'], ['mdx', 'astro add mdx'], + ['markdoc', 'astro add markdoc'], ['partytown', 'astro add partytown'], ['sitemap', 'astro add sitemap'], - ['prefetch', 'astro add prefetch'], ], }, description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,