Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvSpaceliftAPIClientTLSCert represents the path to a client certificate for // communicating with the Spacelift API endpoint. EnvSpaceliftAPIClientTLSCert = "SPACELIFT_API_TLS_CERT" // EnvSpaceliftAPIClientTLSKey represents the path to a client key for // communicating with the Spacelift API endpoint. EnvSpaceliftAPIClientTLSKey = "SPACELIFT_API_TLS_KEY" // EnvSpaceliftAPIClientCA represents the path to a CA bundle for // verifying Spacelift API endpoint. EnvSpaceliftAPIClientCA = "SPACELIFT_API_TLS_CA" )
Variables ¶
View Source
var Client client.Client
Client is the authenticated client that can be used by all CLI commands.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.