airbyte_cdk.cli
The airbyte-cdk.cli
module provides command-line interfaces for the Airbyte CDK.
As of now, it includes the following CLI entry points:
airbyte-cdk
: Commands for working with connectors.source-declarative-manifest
: Directly invoke the declarative manifests connector.
1# Copyright (c) 2025 Airbyte, Inc., all rights reserved. 2"""The `airbyte-cdk.cli` module provides command-line interfaces for the Airbyte CDK. 3 4As of now, it includes the following CLI entry points: 5 6- `airbyte-cdk`: Commands for working with connectors. 7- `source-declarative-manifest`: Directly invoke the declarative manifests connector. 8 9"""