import
Import another project into the workspace
Usage
❯
nx import [sourceRemoteUrl] [destination]
Install nx
globally to invoke the command directly using nx
, or use npx nx
, yarn nx
, or pnpm nx
.
Options
destination
Type: string
The destination in the current workspace
help
Type: boolean
Show help
ref
Type: string
The branch to import
sourceRemoteUrl
Type: string
The remote URL of the source to import
verbose
Type: boolean
Prints additional information about the commands (e.g., stack traces)
version
Type: boolean
Show version number