Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed Mar 3, 2024
1 parent b6cf041 commit 065e295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
apply plugin: 'io.github.leandroborgesferreira.dag-command'
dagCommand {
filter = "all"
filterModules = "[\"filter:your:module:out!\"]"
defaultBranch = "origin/develop"
outputType = "json"
printModulesInfo = true
Expand All @@ -59,7 +59,7 @@ buildscript {
apply<DagCommandPlugin>()

the<CommandExtension>().run {
this.filter = "all"
this.filterModules = "[\"filter:your:module:out!\"]"
this.defaultBranch = "master"
this.outputType = "json"
this.printModulesInfo = true
Expand All @@ -76,7 +76,7 @@ plugins {
}

dagCommand {
filter = "all"
filterModules = "[\"filter:your:module:out!\"]"
defaultBranch = "origin/develop"
outputType = "json"
printModulesInfo = true
Expand All @@ -97,9 +97,9 @@ New files will be create inside `./build/dag-command` you will be able to find t
## Configuration

```
filter
filterModules
```
You can filter between library, app, or all (which include both).
You can remove modules that you dont want to include using this parameter.

```
defaultBranch
Expand Down

0 comments on commit 065e295

Please sign in to comment.