Skip to content

Commit

Permalink
i18n(zh-cn): Update cli-reference.mdx (#5869)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
liruifengv and sarah11918 authored Dec 21, 2023
1 parent 3cf03d5 commit 9de939e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/content/docs/zh-cn/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ Global Flags

## `astro preview`

启动本地静态文件服务器,为静态的 `dist/` 目录提供服务
启动一个本地服务器,用于提供由运行 `astro build` 创建的静态目录(默认为 `dist/`)的内容

此命令对于在部署之前在本地预览你的构建很有用。它不是为在生产环境中运行而设计的。关于生产托管的帮助,请查看我们的[部署 Astro 站点](/zh-cn/guides/deploy/)指南。
该命令允许你在部署之前[构建](#astro-build)本地预览你的网站,以便在构建输出中捕获任何错误。它不是为在生产环境中运行而设计的。有关生产托管的帮助,请查看我们的[部署 Astro 网站](/zh-cn/guides/deploy/)指南。

从 Astro 1.5.0 开始,如果你使用支持它的适配器,`astro preview` 也适用于 SSR 构建。目前,只有 [Node 适配器](/zh-cn/guides/integrations-guide/node/)支持 `astro preview`

Expand All @@ -195,9 +195,7 @@ Global Flags

## `astro sync`

<p>
<Since v="2.0.0" />
</p>
<p><Since v="2.0.0" /></p>

:::tip
运行 `astro dev``astro build`或者`astro check`也会运行`sync`命令。
Expand Down Expand Up @@ -261,7 +259,7 @@ astro preferences enable devToolbar
`reset` 命令将偏好重置为其默认值:

```shell
astro preferences reset devOverlay
astro preferences reset devToolbar
```

`list` 命令打印所有可配置用户偏好的当前设置。它还支持机器可读的 `--json` 输出。
Expand Down Expand Up @@ -318,7 +316,7 @@ astro --config config/astro.config.mjs dev

### `--outDir <path>`

<Since v="3.3.0" />
<p><Since v="3.3.0" /></p>

为你的项目配置 [`outDir`](/zh-cn/reference/configuration-reference/#outdir)。传递此标志将覆盖 `astro.config.mjs` 文件中的 `outDir` 值(如果存在)。

Expand All @@ -328,7 +326,7 @@ astro --config config/astro.config.mjs dev

### `--base <pathname>`

<Since v="1.4.1" />
<p><Since v="1.4.1" /></p>

为你的项目配置 [`base`](/zh-cn/reference/configuration-reference/#base)。传递此标志将覆盖 `astro.config.mjs` 文件中的 `base` 值(如果存在)。

Expand Down

1 comment on commit 9de939e

@vercel
Copy link

@vercel vercel bot commented on 9de939e Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.