# Functions

Convert takes the input of the names of spaces, orgs, and/or apps and gives you the GUIDs associated with each.
Find determines the location of the app you requests.

# Variables

ConvertTypeApp indicates that the output returned represents an app.
ConvertTypeOrg indicates that the output returned represents an org.
ConvertTypeSpace indicates that the output returned represents a space.

# Structs

ConvertInput is all of the information required for a call to Convert.
ConvertOutput is a struct representing the information returned from a call to convert.
FindInput contains the information required to perform the find command Either should be the org, space, and app names, or just the app GUID.
FindInstance represents information about one instance of an app.
FindOutput contains the return values from a call to Find().
InputError represents there having been a problem with the arguments given as the input of the command.