Skip to content

Commit

Permalink
Updated usage doc for exclude component of multiple versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Aug 8, 2023
1 parent 554e856 commit 3bac363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/UsageDoc/CA_UsageDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ You can also pass the above mentioned arguments in the command line.

Incase the component you want to exclude is of the format _"@group/componentname"_ `eg : @angular/common` specify it as _"@group/componentname:version"_ i.e `@angular/common:4.2.6`

Incase the component you want to exclude multiple versions is of the format _"@group/componentname"_ `eg : @angular/common` specify it as _"@group/componentname:*"_ i.e `@angular/common:*`

In order to **Exclude specific folders** from the execution, It can be specified under the **Exclude section** of that specific **package type**.


Expand Down

0 comments on commit 3bac363

Please sign in to comment.