File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
airbyte_cdk/cli/airbyte_cdk Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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+
1115The 'fetch' command retrieves secrets from Google Secret Manager based on connector
1216labels 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 """
You can’t perform that action at this time.
0 commit comments