Skip to content

Commit

Permalink
i18n(zh-cn): update cli-reference.mdx (#9144)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
liruifengv and yanthomasdev authored Aug 21, 2024
1 parent 7619964 commit 2431341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/zh-cn/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Commands
docs Open documentation in your web browser.
info List info about your current Astro setup.
preview Preview your build locally.
sync Generate content collection types.
sync Generate TypeScript types for all Astro modules.
preferences Configure user preferences.
telemetry Configure telemetry settings.

Expand Down Expand Up @@ -216,6 +216,8 @@ Global Flags

- `astro:content` 模块用于 [内容集合 API](/zh-cn/guides/content-collections/)
- `astro:db` 模块用于 [Astro DB](/zh-cn/guides/astro-db/)
- `astro:env` 模块用于 [实验性的 Astro Env](/zh-cn/reference/configuration-reference/#experimentalenv)
- `astro:actions` 模块用于 [实验性的 Astro Actions](/zh-cn/reference/configuration-reference/#experimentalactions)

## `astro add`

Expand Down

0 comments on commit 2431341

Please sign in to comment.