Skip to content

Commit

Permalink
fix(core): fix missing options from some nx commands (#12944)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 2, 2022
1 parent 7f7538b commit 5df5339
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 402 deletions.
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

1 comment on commit 5df5339

@vercel
Copy link

@vercel vercel bot commented on 5df5339 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.