# Functions
Initialize sets up api for use with a given user agent string.
SetServer sets the server url to use.
SetToken sets the authorization token.
# Variables
Auth is the authorization context used by the ali client.
Client is the api client.
CurrentEnvironment is the environment to use.
CurrentProject is the project to use.
CurrentServer is the url of the api to use.
CurrentToken is the api token.
Debug turns on debugging of http requests.
HTTPClient is an underlying http client with logging transport.
UserAgent is the current user agent for this version of the command.