airbyte.cli

CLI modules for PyAirbyte.

1# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2"""CLI modules for PyAirbyte."""
3
4from airbyte.cli.pyab import cli
5
6
7__all__ = ["cli"]
cli = App(name=('pyab',), help='PyAirbyte CLI.', alias=(), version_flags=(), help_flags=('--help', '-h'), help_format='plaintext', group=(), validator=[], sort_key=<UNSET>)