Skip to content

Commit

Permalink
fix(core): revert type to plain string in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Mar 31, 2022
1 parent 45c58dd commit 488e7a8
Show file tree
Hide file tree
Showing 18 changed files with 158 additions and 164 deletions.
26 changes: 13 additions & 13 deletions docs/generated/cli/affected-apps.md
Expand Up @@ -39,51 +39,51 @@ nx affected:apps --base=main~1 --head=main

### all

_boolean_
Type: boolean

All projects

### base

_string_
Type: string

Base of the current branch (usually main)

### configuration

_string_
Type: string

This is the configuration to use when performing tasks on projects

### exclude

_array_
Type: array

Default:

Exclude certain projects from being processed

### files

_array_
Type: array

Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas

### head

_string_
Type: string

Latest commit of the current branch (usually HEAD)

### help

_boolean_
Type: boolean

Show help

### ~~only-failed~~

_boolean_
Type: boolean

Default: false

Expand All @@ -97,27 +97,27 @@ Produces a plain output for affected:apps and affected:libs

### runner

_string_
Type: string

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

### skip-nx-cache

_boolean_
Type: boolean

Default: false

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

### uncommitted

_boolean_
Type: boolean

Uncommitted changes

### untracked

_boolean_
Type: boolean

Untracked changes

Expand All @@ -127,6 +127,6 @@ Print additional error stack trace on failure

### version

_boolean_
Type: boolean

Show version number
40 changes: 20 additions & 20 deletions docs/generated/cli/affected-graph.md
Expand Up @@ -57,75 +57,75 @@ nx affected:graph --exclude=project-one,project-two

### all

_boolean_
Type: boolean

All projects

### base

_string_
Type: string

Base of the current branch (usually main)

### configuration

_string_
Type: string

This is the configuration to use when performing tasks on projects

### exclude

_array_
Type: array

Default:

Exclude certain projects from being processed

### file

_string_
Type: string

Output file (e.g. --file=output.json or --file=dep-graph.html)

### files

_array_
Type: array

Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas

### focus

_string_
Type: string

Use to show the project graph for a particular project and every node that is either an ancestor or a descendant.

### groupByFolder

_boolean_
Type: boolean

Group projects by folder in the project graph

### head

_string_
Type: string

Latest commit of the current branch (usually HEAD)

### help

_boolean_
Type: boolean

Show help

### host

_string_
Type: string

Bind the project graph server to a specific ip address.

### ~~only-failed~~

_boolean_
Type: boolean

Default: false

Expand All @@ -135,41 +135,41 @@ Isolate projects which previously failed

### open

_boolean_
Type: boolean

Default: true

Open the project graph in the browser.

### port

_number_
Type: number

Bind the project graph server to a specific port.

### runner

_string_
Type: string

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

### skip-nx-cache

_boolean_
Type: boolean

Default: false

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

### uncommitted

_boolean_
Type: boolean

Uncommitted changes

### untracked

_boolean_
Type: boolean

Untracked changes

Expand All @@ -179,13 +179,13 @@ Print additional error stack trace on failure

### version

_boolean_
Type: boolean

Show version number

### watch

_boolean_
Type: boolean

Default: false

Expand Down
26 changes: 13 additions & 13 deletions docs/generated/cli/affected-libs.md
Expand Up @@ -39,51 +39,51 @@ nx affected:libs --base=main~1 --head=main

### all

_boolean_
Type: boolean

All projects

### base

_string_
Type: string

Base of the current branch (usually main)

### configuration

_string_
Type: string

This is the configuration to use when performing tasks on projects

### exclude

_array_
Type: array

Default:

Exclude certain projects from being processed

### files

_array_
Type: array

Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas

### head

_string_
Type: string

Latest commit of the current branch (usually HEAD)

### help

_boolean_
Type: boolean

Show help

### ~~only-failed~~

_boolean_
Type: boolean

Default: false

Expand All @@ -97,27 +97,27 @@ Produces a plain output for affected:apps and affected:libs

### runner

_string_
Type: string

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

### skip-nx-cache

_boolean_
Type: boolean

Default: false

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

### uncommitted

_boolean_
Type: boolean

Uncommitted changes

### untracked

_boolean_
Type: boolean

Untracked changes

Expand All @@ -127,6 +127,6 @@ Print additional error stack trace on failure

### version

_boolean_
Type: boolean

Show version number

0 comments on commit 488e7a8

Please sign in to comment.