docs(core): remove obsolete nx cloud default value from docs (#9747)
This commit is contained in:
parent
cc4e8c1885
commit
7c7e415fff
@ -69,8 +69,6 @@ Workspace name (e.g. org name)
|
|||||||
|
|
||||||
Type: boolean
|
Type: boolean
|
||||||
|
|
||||||
Default: true
|
|
||||||
|
|
||||||
Use Nx Cloud
|
Use Nx Cloud
|
||||||
|
|
||||||
### packageManager
|
### packageManager
|
||||||
|
|||||||
@ -155,7 +155,6 @@ export const commandsObject: yargs.Argv<Arguments> = yargs
|
|||||||
})
|
})
|
||||||
.option('nxCloud', {
|
.option('nxCloud', {
|
||||||
describe: chalk.dim`Use Nx Cloud`,
|
describe: chalk.dim`Use Nx Cloud`,
|
||||||
defaultDescription: 'true',
|
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
})
|
})
|
||||||
.option('allPrompts', {
|
.option('allPrompts', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user