From 7c7e415fff3f57b91bc8165d5febbca42aa2bc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Fri, 8 Apr 2022 13:40:31 +0200 Subject: [PATCH] docs(core): remove obsolete nx cloud default value from docs (#9747) --- docs/generated/cli/create-nx-workspace.md | 2 -- packages/create-nx-workspace/bin/create-nx-workspace.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/generated/cli/create-nx-workspace.md b/docs/generated/cli/create-nx-workspace.md index 3baaa35547b53..7310f90b9f156 100644 --- a/docs/generated/cli/create-nx-workspace.md +++ b/docs/generated/cli/create-nx-workspace.md @@ -69,8 +69,6 @@ Workspace name (e.g. org name) Type: boolean -Default: true - Use Nx Cloud ### packageManager diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index e1a0516695b3b..f3559a6c73684 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -155,7 +155,6 @@ export const commandsObject: yargs.Argv = yargs }) .option('nxCloud', { describe: chalk.dim`Use Nx Cloud`, - defaultDescription: 'true', type: 'boolean', }) .option('allPrompts', {