# Functions
No description provided by the author
GetDefaultOrg retrieves the saved default org name from the local config.
GetDefaultProject retrieves the saved default project name from the local config.
GetToken retrieves the locally stored perm.token Returns an empty string if the value is not set.
InitDebugLogFile initializes the debug-log file (create/append) and returns a pointer to the file.
InitPlatformerDirectory prepares the .platformer directory structure required by the CLI.
RemoveToken removes the locally saved token.
SaveToken saves the given permanent token to the local config.
No description provided by the author
SetDefaultOrg saves a given organization name to the local config.
SetDefaultProject saves a given project name to the local config.
# Variables
ConfigPath is the filepath to the Configuration (yaml) file.
LogFile is the filepath to debug-logs.
PlatformerDir is the filepath to the .platformer directory.