# Functions

NewClient creates a new API client from a set of config options.
NewClientOrDie creates a new API client from a set of config options, or fails fatally if the new client creation fails.

# Constants

EnvArgoCDAuthToken is the environment variable to look for an ArgoCD auth token.
EnvArgoCDServer is the environment variable to look for an ArgoCD server address.
No description provided by the author

# Structs

ClientOptions hold address, security, and other settings for the API client.

# Interfaces

Client defines an interface for interaction with an Argo CD server.