From 243134199d3d6ba3103d8eaae4a16f8edd8b67bf Mon Sep 17 00:00:00 2001 From: liruifengv Date: Thu, 22 Aug 2024 00:21:10 +0800 Subject: [PATCH] i18n(zh-cn): update `cli-reference.mdx` (#9144) Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> --- src/content/docs/zh-cn/reference/cli-reference.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/zh-cn/reference/cli-reference.mdx b/src/content/docs/zh-cn/reference/cli-reference.mdx index 7bb059ed46b47..e9d80e89cd9fc 100644 --- a/src/content/docs/zh-cn/reference/cli-reference.mdx +++ b/src/content/docs/zh-cn/reference/cli-reference.mdx @@ -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. @@ -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`