Rewrite CLI around action runtime

This commit is contained in:
2026-05-14 13:14:38 +03:00
parent 0dc90f9005
commit 3503d81b06
28 changed files with 2778 additions and 574 deletions

View File

@@ -7,7 +7,7 @@ name = "flow"
dynamic = ["version"]
description = "DevFlow - A unified toolkit for managing development instances, containers, and profiles"
requires-python = ">=3.9"
dependencies = ["pyyaml>=6.0"]
dependencies = ["pyyaml>=6.0", "rich>=13.7", "typer>=0.12"]
[project.optional-dependencies]
build = ["pyinstaller>=6.0"]