Skip to content

Commit b2e43b6

Browse files
committed
add options table
1 parent f0b8545 commit b2e43b6

File tree

1 file changed

+8
-0
lines changed
  • airbyte_cdk/cli/source_declarative_manifest

1 file changed

+8
-0
lines changed

airbyte_cdk/cli/source_declarative_manifest/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ pip install -e .
4343
- --manifest-path: The relative path to the local YAML manifest to inject into SDM.
4444
- --components-path: The relative path to the custom components to mount, if they exist.
4545

46+
| Option | spec | check | discover | read |
47+
| ------------------- | ---- | -------- | -------- | -------- |
48+
| `--config` || required | required | required |
49+
| `--catalog` ||| required | required |
50+
| `--state` |||| optional |
51+
| `--manifest-path` || required | required | required |
52+
| `--components-path` || optional | optional | optional |
53+
4654
### Examples
4755

4856
Here are some basic examples of how to run source-declarative-manifest commands locally.

0 commit comments

Comments
 (0)