Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): fix missing options from some nx commands #12944

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions docs/generated/cli/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ Type: `string`

Base of the current branch (usually main)

### configuration

Type: `string`

This is the configuration to use when performing tasks on projects

### exclude

Type: `array`
Expand All @@ -83,40 +77,10 @@ Type: `boolean`

Show help

### nx-bail

Type: `boolean`

Default: `false`

Stop command execution after the first failed task

### nx-ignore-cycles

Type: `boolean`

Default: `false`

Ignore cycles in the task graph

### plain

Produces a plain output for affected:apps and affected:libs

### runner

Type: `string`

This is the name of the tasks runner configured in nx.json

### skip-nx-cache

Type: `boolean`

Default: `false`

Rerun the tasks even when the results are available in the cache

### uncommitted

Type: `boolean`
Expand All @@ -129,14 +93,6 @@ Type: `boolean`

Untracked changes

### verbose

Type: `boolean`

Default: `false`

Prints additional information about the commands (e.g., stack traces)

### version

Type: `boolean`
Expand Down
44 changes: 0 additions & 44 deletions docs/generated/cli/affected-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ Type: `string`

Base of the current branch (usually main)

### configuration

Type: `string`

This is the configuration to use when performing tasks on projects

### exclude

Type: `array`
Expand Down Expand Up @@ -123,22 +117,6 @@ Type: `string`

Bind the project graph server to a specific ip address.

### nx-bail

Type: `boolean`

Default: `false`

Stop command execution after the first failed task

### nx-ignore-cycles

Type: `boolean`

Default: `false`

Ignore cycles in the task graph

### open

Type: `boolean`
Expand All @@ -153,20 +131,6 @@ Type: `number`

Bind the project graph server to a specific port.

### runner

Type: `string`

This is the name of the tasks runner configured in nx.json

### skip-nx-cache

Type: `boolean`

Default: `false`

Rerun the tasks even when the results are available in the cache

### uncommitted

Type: `boolean`
Expand All @@ -179,14 +143,6 @@ Type: `boolean`

Untracked changes

### verbose

Type: `boolean`

Default: `false`

Prints additional information about the commands (e.g., stack traces)

### version

Type: `boolean`
Expand Down
44 changes: 0 additions & 44 deletions docs/generated/cli/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ Type: `string`

Base of the current branch (usually main)

### configuration

Type: `string`

This is the configuration to use when performing tasks on projects

### exclude

Type: `array`
Expand All @@ -83,40 +77,10 @@ Type: `boolean`

Show help

### nx-bail

Type: `boolean`

Default: `false`

Stop command execution after the first failed task

### nx-ignore-cycles

Type: `boolean`

Default: `false`

Ignore cycles in the task graph

### plain

Produces a plain output for affected:apps and affected:libs

### runner

Type: `string`

This is the name of the tasks runner configured in nx.json

### skip-nx-cache

Type: `boolean`

Default: `false`

Rerun the tasks even when the results are available in the cache

### uncommitted

Type: `boolean`
Expand All @@ -129,14 +93,6 @@ Type: `boolean`

Untracked changes

### verbose

Type: `boolean`

Default: `false`

Prints additional information about the commands (e.g., stack traces)

### version

Type: `boolean`
Expand Down
44 changes: 0 additions & 44 deletions docs/generated/cli/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ Type: `string`

Base of the current branch (usually main)

### configuration

Type: `string`

This is the configuration to use when performing tasks on projects

### exclude

Type: `array`
Expand Down Expand Up @@ -67,42 +61,12 @@ Type: `boolean`

Format only libraries and applications files.

### nx-bail

Type: `boolean`

Default: `false`

Stop command execution after the first failed task

### nx-ignore-cycles

Type: `boolean`

Default: `false`

Ignore cycles in the task graph

### projects

Type: `array`

Projects to format (comma delimited)

### runner

Type: `string`

This is the name of the tasks runner configured in nx.json

### skip-nx-cache

Type: `boolean`

Default: `false`

Rerun the tasks even when the results are available in the cache

### uncommitted

Type: `boolean`
Expand All @@ -115,14 +79,6 @@ Type: `boolean`

Untracked changes

### verbose

Type: `boolean`

Default: `false`

Prints additional information about the commands (e.g., stack traces)

### version

Type: `boolean`
Expand Down
44 changes: 0 additions & 44 deletions docs/generated/cli/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ Type: `string`

Base of the current branch (usually main)

### configuration

Type: `string`

This is the configuration to use when performing tasks on projects

### exclude

Type: `array`
Expand Down Expand Up @@ -67,42 +61,12 @@ Type: `boolean`

Format only libraries and applications files.

### nx-bail

Type: `boolean`

Default: `false`

Stop command execution after the first failed task

### nx-ignore-cycles

Type: `boolean`

Default: `false`

Ignore cycles in the task graph

### projects

Type: `array`

Projects to format (comma delimited)

### runner

Type: `string`

This is the name of the tasks runner configured in nx.json

### skip-nx-cache

Type: `boolean`

Default: `false`

Rerun the tasks even when the results are available in the cache

### uncommitted

Type: `boolean`
Expand All @@ -115,14 +79,6 @@ Type: `boolean`

Untracked changes

### verbose

Type: `boolean`

Default: `false`

Prints additional information about the commands (e.g., stack traces)

### version

Type: `boolean`
Expand Down
Loading