# Functions
DefaultConfigDir returns the local configuration path for settings such as cached authentication tokens.
DefaultLocalConfigPath returns the local configuration path for settings such as cached authentication tokens.
ReadLocalConfig loads up the local configuration file.
No description provided by the author
WriteLocalConfig writes a new local configuration file.
# Structs
Context is the resolved Server and User objects resolved.
ContextRef is a reference to a Server and User for an API client.
LocalConfig is a local ArgoCD config file.
Server contains ArgoCD server information.
User contains user authentication information.