Skip to content

Commit

Permalink
Update CA_UsageDocument.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthkb44 authored Apr 17, 2024
1 parent b5ca02d commit 0f8baff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/UsageDoc/CA_UsageDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ You can also pass the above mentioned arguments in the command line.

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

If multiple versions has to be excluded of the same component specify it as _"@group/componentname:*"_ i.e `@angular/common:*`
If multiple versions has to be excluded of the same component, specify it as _"@group/componentname:*"_ i.e `@angular/common:*`
If multiple Component has to be excluded along with version, specify it as _"@group/componentname*:*"_ i.e `@angular/comm*:*`

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 0f8baff

Please sign in to comment.