Skip to content

Commit 63f78e2

Browse files
docs: add stateless usage examples to docstrings
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 0b653db commit 63f78e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
airbyte-cdk secrets fetch --connector-directory /path/to/connector
99
airbyte-cdk secrets fetch # Run from within a connector directory
1010
11+
Usage without pre-installing (stateless):
12+
pipx run airbyte-cdk[dev] secrets fetch ...
13+
uvx airbyte-cdk[dev] secrets fetch ...
14+
1115
The 'fetch' command retrieves secrets from Google Secret Manager based on connector
1216
labels and writes them to the connector's `secrets` directory.
1317
"""
@@ -36,6 +40,10 @@ def secrets_cli_group() -> None:
3640
airbyte-cdk secrets fetch --connector-directory /path/to/connector
3741
airbyte-cdk secrets fetch # Run from within a connector directory
3842
43+
Usage without pre-installing (stateless):
44+
pipx run airbyte-cdk[dev] secrets fetch ...
45+
uvx airbyte-cdk[dev] secrets fetch ...
46+
3947
The 'fetch' command retrieves secrets from Google Secret Manager based on connector
4048
labels and writes them to the connector's `secrets` directory.
4149
"""

0 commit comments

Comments
 (0)