docs(core): remove obsolete nx cloud default value from docs (#9747)

This commit is contained in:
Miroslav Jonaš 2022-04-08 13:40:31 +02:00 committed by GitHub
parent cc4e8c1885
commit 7c7e415fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -69,8 +69,6 @@ Workspace name (e.g. org name)
Type: boolean
Default: true
Use Nx Cloud
### packageManager

View File

@ -155,7 +155,6 @@ export const commandsObject: yargs.Argv<Arguments> = yargs
})
.option('nxCloud', {
describe: chalk.dim`Use Nx Cloud`,
defaultDescription: 'true',
type: 'boolean',
})
.option('allPrompts', {