Skip to main content

Integration with Other Tools

Learn how to integrate NestCLI with other development tools and workflows.

Integrating with IDEs#

Integrate NestCLI with your favorite IDE for enhanced productivity.

Using NestCLI in CI/CD Pipelines#

Incorporate NestCLI into your CI/CD pipelines to automate codebase exploration and validation.

Example: Integrating with VSCode#

  1. Open VSCode.
  2. Install the NestCLI extension.
  3. Run NestCLI from the integrated terminal.

Example: CI/CD Pipeline#

steps:  - name: Run NestCLI    run: nest_cli /path/to/codebase --depth 3