Skip to content

Commit

Permalink
Fix service connector docstring (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi authored Nov 25, 2024
1 parent 7cf63f4 commit 52ca467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zenml/cli/service_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1194,9 +1194,9 @@ def describe_service_connector(
use from an STS token to an AWS secret key. This involves updating some config
values and deleting others:
$ zenml service-connector update aws-auto-multi \\
--aws-access-key-id=<aws-key-id> \\
--aws_secret_access_key=<aws-secret-key> \\
$ zenml service-connector update aws-auto-multi \\
--aws_access_key_id=<aws-key-id> \\
--aws_secret_access_key=<aws-secret-key> \\
--remove-attr aws-sts-token
- update the foo label to a new value and delete the baz label from a connector:
Expand Down

0 comments on commit 52ca467

Please sign in to comment.