Skip to content

Commit

Permalink
add/cli: update list of integrations (#10811)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashReddy3108 committed Apr 18, 2024
1 parent 35e43ec commit 77822a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-fishes-occur.md
@@ -0,0 +1,5 @@
---
"astro": patch
---

Update list of available integrations in the `astro add` CLI help.
4 changes: 2 additions & 2 deletions packages/astro/src/cli/add/index.ts
Expand Up @@ -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')}`,
Expand Down

0 comments on commit 77822a8

Please sign in to comment.