Skip to content

Conversation

cristipufu
Copy link
Member

@cristipufu cristipufu commented Sep 2, 2025

Description

This PR adds a new dev command to the UiPath CLI that launches an interactive debugging interface. The implementation follows the existing CLI command pattern and integrates with the middleware system.

  • Introduces a new dev CLI command with an interface parameter (defaults to "terminal")
  • Integrates the command with the existing middleware system for extensibility

@cristipufu cristipufu self-assigned this Sep 2, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new dev command to the UiPath CLI that launches an interactive debugging interface. The implementation follows the existing CLI command pattern and integrates with the middleware system.

  • Introduces a new dev CLI command with an optional interface parameter (defaults to "terminal")
  • Integrates the command with the existing middleware system for extensibility
  • Provides user-friendly console output with usage instructions

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/uipath/_cli/middlewares.py Adds "dev" to the middleware commands dictionary
src/uipath/_cli/cli_dev.py Implements the new dev command with interface argument and middleware integration
src/uipath/_cli/init.py Registers the dev command with the main CLI group

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@cristipufu cristipufu merged commit 649d6a9 into main Sep 2, 2025
16 checks passed
@cristipufu cristipufu deleted the feat/dev_command branch September 2, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant