# Functions
Ensure is a way of ensuring that the Client exists, and it meant to be used as a Before action for commands that need it.
# Constants
EnvSpaceliftAPIClientCA represents the path to a CA bundle for verifying Spacelift API endpoint.
EnvSpaceliftAPIClientTLSCert represents the path to a client certificate for communicating with the Spacelift API endpoint.
EnvSpaceliftAPIClientTLSKey represents the path to a client key for communicating with the Spacelift API endpoint.
# Variables
Client is the authenticated client that can be used by all CLI commands.