File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
22"""The `airbyte-cdk.cli` module provides command-line interfaces for the Airbyte CDK.
33
4- As of now, it includes the following commands :
4+ As of now, it includes the following CLI entry points :
55
66- `airbyte-cdk`: Commands for working with connectors.
77- `source-declarative-manifest`: Directly invoke the declarative manifests connector.
Original file line number Diff line number Diff line change @@ -133,6 +133,6 @@ def build(
133133 sys .exit (1 )
134134
135135
136- __all___ = [
136+ __all__ = [
137137 "image_cli_group" ,
138138]
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ sql = ["sqlalchemy"]
118118
119119airbyte-cdk-build = " airbyte_cdk.cli.build:run"
120120source-declarative-manifest = " airbyte_cdk.cli.source_declarative_manifest:run"
121- airbyte-cdk = " airbyte_cdk.cli.entrypoint:run "
121+ airbyte-cdk = " airbyte_cdk.cli.airbyte_clk:cli "
122122
123123[tool .isort ]
124124skip = [" __init__.py" ] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12
You can’t perform that action at this time.
0 commit comments