Skip to content
NxDocs
State of JS survey is online!Give Nx a thumbs up→
HomeNxNx CloudPackagesPluginsRecipes
Community channelLatest newsYoutube channelNx is open source, check the code on Github

nx

  • documents
    • create-nx-workspace
    • init
    • generate
    • run
    • daemon
    • graph
    • run-many
    • affected
    • affected:graph
    • affected:apps
    • affected:libs
    • print-affected
    • format:check
    • format:write
    • migrate
    • report
    • list
    • workspace-lint
    • workspace-generator
    • connect-to-nx-cloud
    • reset
    • repair
    • exec
    • watch
    executors
    • noop
    • run-commands
    • run-script

workspace

  • documents
    • Overview
    • Nx, NodeJS and Typescript Versions
    executors
    • run-commands
    • counter
    • run-script
    generators
    • preset
    • move
    • remove
    • new
    • library
    • workspace-generator
    • run-commands
    • convert-to-nx-project
    • npm-package
    • ci-workflow

devkit

  • documents
    • Overview
    • Ng CLI Adapter

nx-plugin

  • documents
    • Overview
    executors
    • e2e
    generators
    • plugin
    • e2e-project
    • migration
    • generator
    • executor
    • plugin-lint-checks

angular

  • documents
    • Overview
    • Angular and Nx Version Matrix
    executors
    • delegate-build
    • ng-packagr-lite
    • package
    • file-server
    • webpack-browser
    • webpack-dev-server
    • webpack-server
    • module-federation-dev-server
    • module-federation-dev-ssr
    generators
    • add-linting
    • application
    • component
    • component-cypress-spec
    • component-story
    • component-test
    • convert-tslint-to-eslint
    • downgrade-module
    • init
    • karma
    • karma-project
    • library
    • library-secondary-entry-point
    • remote
    • move
    • convert-to-with-mf
    • host
    • ng-add
    • ngrx
    • scam-to-standalone
    • scam
    • scam-directive
    • scam-pipe
    • setup-mf
    • setup-ssr
    • setup-tailwind
    • stories
    • storybook-configuration
    • cypress-component-configuration
    • upgrade-module
    • web-worker
    • change-storybook-targets

cypress

  • documents
    • Overview
    • Component Testing
    • v11 Migration Guide
    executors
    • cypress
    generators
    • init
    • cypress-project
    • cypress-component-project
    • migrate-to-cypress-11

detox

  • documents
    • Overview
    executors
    • build
    • test
    generators
    • init
    • application

esbuild

  • documents
    • Overview
    executors
    • esbuild
    generators
    • init
    • esbuild-project

eslint-plugin-nx

  • documents
    • Overview

expo

  • executors
    • update
    • build
    • build-list
    • download
    • build-ios
    • build-android
    • build-web
    • build-status
    • publish
    • publish-set
    • rollback
    • run
    • start
    • sync-deps
    • ensure-symlink
    • prebuild
    • install
    • export
    generators
    • init
    • application
    • library
    • component

express

  • documents
    • Overview
    generators
    • init
    • application

jest

  • documents
    • Overview
    executors
    • jest
    generators
    • init
    • jest-project

js

  • documents
    • Overview
    executors
    • tsc
    • swc
    • node
    generators
    • library
    • init
    • convert-to-swc

linter

  • documents
    • Overview
    • eslint-plugin-nx
    executors
    • eslint
    generators
    • workspace-rules-project
    • workspace-rule

nest

  • documents
    • Overview
    generators
    • application
    • convert-tslint-to-eslint
    • init
    • library
    • class
    • controller
    • decorator
    • filter
    • gateway
    • guard
    • interceptor
    • interface
    • middleware
    • module
    • pipe
    • provider
    • resolver
    • resource
    • service

next

  • documents
    • Overview
    executors
    • build
    • server
    • export
    generators
    • init
    • application
    • page
    • component
    • library
    • custom-server

node

  • documents
    • Overview
    executors
    • webpack
    • node
    generators
    • init
    • application
    • library

react

  • documents
    • Overview
    executors
    • module-federation-dev-server
    • module-federation-ssr-dev-server
    generators
    • init
    • application
    • library
    • component
    • redux
    • storybook-configuration
    • component-story
    • stories
    • component-cypress-spec
    • hook
    • host
    • remote
    • cypress-component-configuration
    • component-test
    • setup-tailwind
    • setup-ssr

react-native

  • documents
    • Overview
    executors
    • run-android
    • run-ios
    • bundle
    • build-android
    • start
    • sync-deps
    • ensure-symlink
    • storybook
    generators
    • init
    • application
    • library
    • component
    • storybook-configuration
    • component-story
    • stories
    • upgrade-native

rollup

  • executors
    • rollup
    generators
    • init
    • rollup-project

storybook

  • documents
    • Overview Generic
    • Set up Storybook for React Projects
    • Set up Storybook for Angular Projects
    • Storybook best practices for making the most out of Nx
    • Setting up Storybook Composition with Nx
    • Angular: Set up Compodoc for Storybook on Nx
    • Angular: Information about the Storybook targets
    • Angular: Configuring styles and preprocessor options
    • Angular: The browserTarget
    • Angular: Storybook Webpack Migration
    • Angular: Upgrading to Storybook 6
    • React: Migrate to the Nrwl React Storybook Preset
    • React: Upgrading to Storybook 6
    executors
    • storybook
    • build
    generators
    • init
    • configuration
    • cypress-project
    • change-storybook-targets

vite

  • documents
    • Overview
    executors
    • dev-server
    • build
    • test
    generators
    • init
    • configuration
    • vitest

web

  • documents
    • Overview
    executors
    • webpack
    • rollup
    • dev-server
    • file-server
    generators
    • init
    • application

webpack

  • executors
    • webpack
    • dev-server
    • ssr-dev-server
    generators
    • init
    • webpack-project
  1. packages
  2. nx
  3. documents
  4. connect to nx cloud

connect

Connect workspace to Nx Cloud

Usage

nx connect

Install nx globally to invoke the command directly using nx, or use npx nx, yarn nx, or pnpm nx.

Options

help

Type: boolean

Show help

version

Type: boolean

Show version number

Related Documentation

Concepts

  • How Caching Works
  • Task Pipeline Configuration
  • Customizing Inputs
  • Improve Worst Case CI Times
  • Illustrated Distributed Task Execution

Recipes

  • Troubleshoot Cache Misses
  • CI Setup

Reference

  • Nx Cloud Documentation
  • --skip-nx-cache flag
  • tasks-runner-options property
  • nx.json reference: inputs and namedInputs
  • connect-to-nx-cloud
  • reset
  • Nx Cloud Documentation
  • connect-to-nx-cloud
Report an issueEdit this page

Footer

Nx

Smart, Fast and Extensible Build System

TwitterGitHubSlackYoutubeNewsletter

Resources

  • Blog
  • Youtube Channel
  • Nx Playbook
  • Nrwl
  • Press kit

Help

  • Documentation
  • Community
  • StackOverflow
  • Report Issues

Community

  • Twitter
  • Github
  • Newsletter
  • Slack
  • Help Us

Solutions

  • Nx
  • NxCloud
  • Nrwl

© 2022 made with by