nx
Fig completions for Nx by Nrwl
Subcommands
Name | Description |
---|---|
init | Adds nx.json file and installs nx if not installed already |
generate | Runs a generator that creates and/or modifies files based on a generator from a collection |
run | Runs an Architect target with an optional custom builder configuration defined in your project |
daemon | Prints information about the Nx Daemon process or starts a daemon process |
graph | Graph dependencies within workspace |
run-many | Run target for multiple listed projects |
affected | Run target for affected projects |
affected:graph | Graph dependencies affected by changes |
print-affected | Prints information about the projects and targets affected by changes |
format:check | Check for un-formatted files |
format:write | Overwrite un-formatted files |
migrate | Creates a migrations file or runs migrations from the migrations file |
report | Reports useful version numbers to copy into the Nx issue template |
list | |
workspace-generator | Runs a workspace generator from the tools/generators directory |
connect | Connect workspace to Nx Cloud |
reset | Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon |
repair | Repair any configuration that is no longer supported by Nx |
exec | Executes any command as if it was a target on the project |
watch | Watch for changes within projects, and execute commands |
show | Show information about the workspace (e.g., list of projects) |
view-logs | Enables you to view and interact with the logs via the advanced analytic UI from Nx Cloud to help you debug your issue. To do this, Nx needs to connect your workspace to Nx Cloud and upload the most recent run details. Only the metrics are uploaded, not the artefacts |