From 8dcf22f0ca6b994b664f85c9a9de3b56e00b595e Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Thu, 2 Nov 2023 14:46:17 -0400 Subject: [PATCH] fixup(): move header --- docs/config/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/cli.md b/docs/config/cli.md index 2281236ad..e97e45268 100644 --- a/docs/config/cli.md +++ b/docs/config/cli.md @@ -5,11 +5,11 @@ description: Stencil CLI slug: /cli --- +# Command Line Interface (CLI) + Stencil's command line interface (CLI) is how developers can build their projects, run tests, and more. Stencil's CLI is included in the compiler, and can be invoked with the `stencil` command in a project where `@stencil/core` is installed. -# Command Line Interface (CLI) - ## `stencil build` Builds a Stencil project. The flags below are the available options for the `build` command.