Skip to content

Commit

Permalink
docs(nx): update Nx docs to show target option
Browse files Browse the repository at this point in the history
  • Loading branch information
yharaskrik committed Nov 23, 2023
1 parent 3ca2017 commit 2393042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ npx @traf/nx@latest affected <action> [options]
### **Options**

| Option | Description | Default |
| -------------------- | ------------------------------------------------------------------------------------ | -------------------- |
|----------------------|--------------------------------------------------------------------------------------| -------------------- |
| `--cwd` | The current working directory | `process.cwd()` |
| `--all` | Outputs all available projects regardless of changes | `false` |
| `--base` | The base branch to compare against | `origin/main` |
| `--tsConfigFilePath` | The path to the root tsconfig file | `tsconfig.base.json` |
| `--action` | The action to perform. Can be any command | `log` |
| `--json` | Output the result as JSON | `false` |
| `--includeFiles` | Comma separated list of glob patterns to include (relative to projects' source root) | |
| `--target` | Comma separated list of targets to filter affected projects by | |

0 comments on commit 2393042

Please sign in to comment.