Skip to content

Commit

Permalink
docs(core): remove obsolete nx cloud default value from docs (#9747)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 8, 2022
1 parent cc4e8c1 commit 7c7e415
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/generated/cli/create-nx-workspace.md
Expand Up @@ -69,8 +69,6 @@ Workspace name (e.g. org name)

Type: boolean

Default: true

Use Nx Cloud

### packageManager
Expand Down
1 change: 0 additions & 1 deletion packages/create-nx-workspace/bin/create-nx-workspace.ts
Expand Up @@ -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', {
Expand Down

1 comment on commit 7c7e415

@vercel
Copy link

@vercel vercel bot commented on 7c7e415 Apr 8, 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-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.