Skip to content

Commit 569b316

Browse files
authored
docs(scully): baseFilter and removeStaticDist (#255)
* docs(scully): add 2 new flags, baseFilter and removeStaticDist n * refactor(scully): fix typo in flag alias * docs(scully): add missing slash
1 parent 471c2eb commit 569b316

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/scully-cmd-line.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
Scully CLI has the following options available:
44

55
- [Scully command line options](#scully-command-line-options)
6+
67
- [serve](#serve)
78
- [showBrowser](#showbrowser)
89
- [configFile](#configfile)
910
- [project](#project)
11+
- [baseFilter](#basefilter)
12+
- [removeStaticDist](#removestaticdist)
1013

1114
## serve
1215

@@ -39,3 +42,19 @@ npx scully --project someName
3942
```
4043

4144
Alias `--pr`. This enables you to select a different project. Scully by default uses the project that is the default project of the Angular CLI. When you want to run for another project, you can use this option, or use the Angular CLI to set another default project.
45+
46+
## baseFilter
47+
48+
```bash
49+
npx scully --baseFilter /someRoute
50+
```
51+
52+
Alias `--bf`. This enable to Scully to start to render an specific route.
53+
54+
## removeStaticDist
55+
56+
```bash
57+
npx scully --removeStaticDist
58+
```
59+
60+
Alias `--RSD`. Remove the static folder generated by Scully in previous renders.

0 commit comments

Comments
 (0)