Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/fastapi_cloud_cli/commands/ci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
from fastapi_cloud_cli.commands.ci.print_workflow import (
print_workflow as print_workflow_command,
)
from fastapi_cloud_cli.commands.setup_ci import setup_ci

ci_app = typer.Typer(
no_args_is_help=True,
help="Manage CI integration helpers.",
)
ci_app.command("print-workflow")(print_workflow_command)
ci_app.command("setup")(setup_ci)

__all__ = ["ci_app"]
Loading
Loading