added new all in one setup CLI Skyvern quickstart (#2480)

This commit is contained in:
Prakash Maheshwaran
2025-05-27 01:54:31 -04:00
committed by GitHub
parent da4afddc21
commit a7ff5aaade
3 changed files with 147 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from dotenv import load_dotenv
from .docs import docs_app
from .init_command import init, init_browser
from .quickstart import quickstart_app
from .run_commands import run_app
from .status import status_app
from .tasks import tasks_app
@@ -28,6 +29,11 @@ init_app = typer.Typer(
)
cli_app.add_typer(init_app, name="init")
# Add quickstart command
cli_app.add_typer(
quickstart_app, name="quickstart", help="One-command setup and start for Skyvern (combines init and run)."
)
@init_app.callback()
def init_callback(