configure-ai-agents
Configure and update AI agent configurations for your workspace.
Usage
❯
nx configure-ai-agents
Install nx globally to invoke the command directly using nx, or use npx nx, yarn nx, or pnpm nx.
Options
| Option | Type | Description |
|---|---|---|
--agents | claude, codex, copilot, cursor, gemini | List of AI agents to set up. |
--check | boolean | Check if any configured agents are out of date and need to be updated. Does not make any changes. (Default: false) |
--help | boolean | Show help. |
--interactive | boolean | When false disables interactive input prompts for options. (Default: true) |
--verbose | boolean | Prints additional information about the commands (e.g., stack traces). |
--version | boolean | Show version number. |