Documentation ¶
Index ¶
Constants ¶
View Source
const CliName = "confluent"
CliName is the name of the confluent CLI application
View Source
const ConflientUsernameEnvKey = "CONFLUENT_CLOUD_EMAIL"
ConflientUsernameEnvKey is the environment key used to assign the username used by the confluent CLI
View Source
const ConfluentPasswordEnvKey = "CONFLUENT_CLOUD_PASSWORD"
ConfluentPasswordEnvKey is the environment key used to assign the password used by the confluent CLI
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
ExecuteCommand Execute command helper method
Types ¶
type APICredentials ¶
type APICredentials struct { Identifier string `json:"identifier"` Key string `json:"key"` Secret string `json:"secret"` }
APICredentials is a configuration element for all clients who need API keys to access confluent cloud
Click to show internal directories.
Click to hide internal directories.