--dry-run
(alias: -d
)
Run through without making any changes.
--force
(alias: -f
)
Forces overwriting of files.
--client-project
Name of related client app.
--universal-project
Name of related universal app.
--route
Route path used to produce the app shell.
--name
Name of the universal app
--app-id
The appId to use withServerTransition.
--out-dir
The output directory for build results.
--root
The root directory of the app.
--index
Name of the index file
--main
The name of the main entry-point file.
--test
The name of the test entry-point file.
--tsconfig-file-name
The name of the TypeScript configuration file.
--test-tsconfig-file-name
The name of the TypeScript configuration file for tests.
--app-dir
The name of the application directory.
--root-module-file-name
The name of the root module file
--root-module-class-name
The name of the root module class.
--source-dir
(alias: -D
)
The path of the source directory.