Merge branch 'main' into simon/v1hosting-support

This commit is contained in:
Simon Young 2024-11-05 18:34:23 -08:00 committed by GitHub
commit a9f068efed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -569,7 +569,12 @@ def deploy(
hosting_cli.deploy(
app_name=app_name,
export_fn=lambda zip_dest_dir, api_url, deploy_url, frontend, backend, zipping: export_utils.export(
export_fn=lambda zip_dest_dir,
api_url,
deploy_url,
frontend,
backend,
zipping: export_utils.export(
zip_dest_dir=zip_dest_dir,
api_url=api_url,
deploy_url=deploy_url,
@ -593,7 +598,6 @@ def deploy(
loglevel=loglevel.subprocess_level(),
)
@cli.command()
def deployv2(
app_name: str = typer.Option(
@ -692,7 +696,6 @@ def deployv2(
project=project,
)
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
cli.add_typer(