From 9342e862f57a3a958e328657835c9ea24b5be9f8 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 27 Oct 2018 09:17:08 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/glossary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 00d5efd866..f9d61fa7e2 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -208,6 +208,8 @@ A [decorator](guide/glossary#decorator) statement immediately before a field in ## command-line interface (CLI) +## 命令行界面(CLI) + The [Angular CLI](cli) is a command-line tool for managing the Angular development cycle. Use it to create the initial filesystem scaffolding for a [workspace](guide/glossary#workspace) or [project](guide/glossary#project), and to run [schematics](guide/glossary#schematic) that add and modify code for initial generic versions of various elements. The CLI supports all stages of the development cycle, including building, testing, bundling, and deployment. [Angular CLI](cli) 是一个命令行工具,用于管理 Angular 的开发周期。它用于为[工作空间](guide/glossary#workspace)或[项目](guide/glossary#project)创建初始的脚手架,并且运行[生成器(schematics)](guide/glossary#schematic)来为初始生成的版本添加或修改各类代码。