added py 3.13 and splited the cli and suport for windows and better port handling (#2404)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Prakash Maheshwaran
2025-05-20 19:43:33 -04:00
committed by GitHub
parent fa81d0292b
commit ad2ea8d069
17 changed files with 1150 additions and 1264 deletions

4
skyvern/cli/console.py Normal file
View File

@@ -0,0 +1,4 @@
from rich.console import Console
# Global console instance for CLI modules
console = Console()