Skip to content

Commit dc8940e

Browse files
committed
remove [dev] ref
1 parent 07489ec commit dc8940e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
airbyte-cdk secrets fetch # Run from within a connector directory
1010
1111
Usage without pre-installing (stateless):
12-
pipx run airbyte-cdk[dev] secrets fetch ...
13-
uvx airbyte-cdk[dev] secrets fetch ...
12+
pipx run airbyte-cdk secrets fetch ...
13+
uvx airbyte-cdk secrets fetch ...
1414
1515
The 'fetch' command retrieves secrets from Google Secret Manager based on connector
1616
labels and writes them to the connector's `secrets` directory.

0 commit comments

Comments
 (0)