Skip to content

Commit

Permalink
feat(core): add --include flag to nx affected
Browse files Browse the repository at this point in the history
ISSUES CLOSED: nrwl#6758
  • Loading branch information
sumitparakh committed Sep 1, 2021
1 parent bdd01ed commit 7124e3a
Show file tree
Hide file tree
Showing 42 changed files with 262 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-apps.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-build.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-dep-graph.md
Expand Up @@ -96,6 +96,12 @@ Show help

Bind the dependency graph server to a specific ip address.

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-e2e.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-libs.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-lint.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected-test.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/affected.md
Expand Up @@ -86,6 +86,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
4 changes: 4 additions & 0 deletions docs/angular/cli/dep-graph.md
Expand Up @@ -86,6 +86,10 @@ Show help

Bind the dependency graph server to a specific ip address.

### include

List of projects delimited by commas to include in the dependency graph.

### port

Bind the dependecy graph server to a specific port.
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/format-check.md
Expand Up @@ -42,6 +42,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### libs-and-apps

Format only libraries and applications files.
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/format-write.md
Expand Up @@ -42,6 +42,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### libs-and-apps

Format only libraries and applications files.
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/print-affected.md
Expand Up @@ -74,6 +74,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/angular/cli/run-many.md
Expand Up @@ -50,6 +50,12 @@ Exclude certain projects from being processed

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-apps.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-build.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-dep-graph.md
Expand Up @@ -96,6 +96,12 @@ Show help

Bind the dependency graph server to a specific ip address.

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-e2e.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-libs.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-lint.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected-test.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/affected.md
Expand Up @@ -86,6 +86,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
4 changes: 4 additions & 0 deletions docs/node/cli/dep-graph.md
Expand Up @@ -86,6 +86,10 @@ Show help

Bind the dependency graph server to a specific ip address.

### include

List of projects delimited by commas to include in the dependency graph.

### port

Bind the dependecy graph server to a specific port.
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/format-check.md
Expand Up @@ -42,6 +42,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### libs-and-apps

Format only libraries and applications files.
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/format-write.md
Expand Up @@ -42,6 +42,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### libs-and-apps

Format only libraries and applications files.
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/print-affected.md
Expand Up @@ -74,6 +74,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/node/cli/run-many.md
Expand Up @@ -50,6 +50,12 @@ Exclude certain projects from being processed

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-apps.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-build.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-dep-graph.md
Expand Up @@ -96,6 +96,12 @@ Show help

Bind the dependency graph server to a specific ip address.

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-e2e.md
Expand Up @@ -80,6 +80,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### maxParallel

Default: `3`
Expand Down
6 changes: 6 additions & 0 deletions docs/react/cli/affected-libs.md
Expand Up @@ -62,6 +62,12 @@ Latest commit of the current branch (usually HEAD)

Show help

### include

Default: ``

Include certain projects for processing

### only-failed

Default: `false`
Expand Down

0 comments on commit 7124e3a

Please sign in to comment.