Skip to content

Commit

Permalink
docs: replace deprecated camel-case argument
Browse files Browse the repository at this point in the history
`--createApplication` is deprecated in favor of `--create-application`
  • Loading branch information
alan-agius4 committed Sep 21, 2021
1 parent 9efcb32 commit b8e06a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ All prompts can safely be allowed to default.

- Subsequent applications that you generate in the workspace reside in the `projects/` subfolder.

If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--createApplication` option to false.
If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--create-application` option to false.
You can then use `ng generate application` to create an initial application.
This allows a workspace name different from the initial app name, and ensures that all applications reside in the `/projects` subfolder, matching the structure of the configuration file.

0 comments on commit b8e06a3

Please sign in to comment.