added new CLi to stof skyvern sever (#2549)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Prakash Maheshwaran
2025-06-05 04:22:03 -04:00
committed by GitHub
parent 4fd8f5fdad
commit 642994eaae
3 changed files with 35 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ __all__ = [
"tasks_app",
"docs_app",
"status_app",
"stop_app",
"init_app",
]
@@ -16,5 +17,6 @@ from .docs import docs_app
from .quickstart import quickstart_app
from .run_commands import run_app
from .status import status_app
from .stop_commands import stop_app
from .tasks import tasks_app
from .workflow import workflow_app