You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
I tried to run this command
confluent kafka topic produce "$(pulumi stack output ordersTopicName)" --environment "$(pulumi stack output environmentId)" --cluster "$(pulumi stack output clusterId)" --api-key "$(pulumi stack output producerApiKeyId)" --api-secret "$(pulumi stack output producerApiKeySecret --show-secrets)"
and I got this as the error output
I hadn't logged in using
confluent login
. The expected error output should have been to request me to login.The text was updated successfully, but these errors were encountered: